3行目: | 3行目: | ||
:recursive | :recursive | ||
$ chmod u+rwx,g+rx,o+rx file | $ chmod u+rwx,g+rx,o+rx file | ||
$ chmod 755 file | $ chmod 755 file |
2019年2月27日 (水) 11:00時点における版
オプション
- -R
- recursive
$ chmod u+rwx,g+rx,o+rx file $ chmod 755 file $ chmod a=rwx file $ chmod 777 file