コマンドラインでの指定以下一括パーミッション変更
ここ数日めちゃくちゃ実行しそうなので、メモしておく。 ディレクトリ find . -type d -print | xargs chmod 755 ファイル find . -type f -print | xargs c […]
ここ数日めちゃくちゃ実行しそうなので、メモしておく。 ディレクトリ find . -type d -print | xargs chmod 755 ファイル find . -type f -print | xargs c […]