フォルダの一括755変更
find 親のディレクトリ名 typeをdirectoryにして 755に変える
find /home/kusanagi/kusanagi_html/ -type d -exec chmod 755 {} \;
ファイルを一括644に変更
find 親のディレクトリ名 typeをfolderにして 644に変える
find /home/kusanagi/kusanagi_html/ -type f -exec chmod 644 {} \;
フォルダの一括755変更
find 親のディレクトリ名 typeをdirectoryにして 755に変える
find /home/kusanagi/kusanagi_html/ -type d -exec chmod 755 {} \;
ファイルを一括644に変更
find 親のディレクトリ名 typeをfolderにして 644に変える
find /home/kusanagi/kusanagi_html/ -type f -exec chmod 644 {} \;