コマンドラインでの指定以下一括パーミッション変更
ここ数日めちゃくちゃ実行しそうなので、メモしておく。
ディレクトリ
find . -type d -print | xargs chmod 755
ファイル
find . -type f -print | xargs chmod 644
頼むで~と思う今日この頃。
この投稿へのトラックバック
トラックバックはありません。
- トラックバック URL
ここ数日めちゃくちゃ実行しそうなので、メモしておく。
ディレクトリ
find . -type d -print | xargs chmod 755
ファイル
find . -type f -print | xargs chmod 644
頼むで~と思う今日この頃。
トラックバックはありません。
この投稿へのコメント