ページの作成:「==オプション== ;-R :recursive ==シンボリックモード== $ chmod u+rwx,g+rx,o+rx file $ chmod 755 file $ chmod a+rwx file $ chmod 777 file」 |
|||
7行目: | 7行目: | ||
$ chmod 755 file | $ chmod 755 file | ||
$ chmod a | $ chmod a=rwx file | ||
$ chmod 777 file | $ chmod 777 file |
2019年2月27日 (水) 10:59時点における版
オプション
- -R
- recursive
シンボリックモード
$ chmod u+rwx,g+rx,o+rx file $ chmod 755 file $ chmod a=rwx file $ chmod 777 file