WEBサイト制作に関するTips
16
Linux
7
MySQL
5
javascript
3
jQuery
1
画像
6
Google Chorme
4
xampp
1
css
1
PHP
3
Poderosa
1
LINE API
3
Windows
Linux » ファイルとディレクトリのパーミッションを一挙調整
find /*target_path*/ -type f -print0 | xargs -0 chmod 0664
find /*target_path*/ -type d -print0 | xargs -0 chmod 0775
2014-08-07 11:36:35