問題ID:1968
Soma8086
投稿数: 1
以下のフォルダを、所有ユーザのみが参照・編集・実行できるようにしたい。
正しいコマンドを選択せよ。(複数選択)
drwxr-xr-x 2 nacchi staff 4096 Jul 22 12:58 test/
chmod g-x,o-rx test/
chmod 701 test/
chmod 700 test/
chmod a=rwx,g-wrx,o-rwx test/
chmod g-rx,o-r test/
この問題の解説の一部にあります、
■パーミッションを750にします。
[nacchi@vine public_html]$ chmod g-x,o-rx test/
[nacchi@vine public_html]$ ls -l
total 4
drwxr----- 2 nacchi staff 4096 Jul 22 12:58 test/ ←750
こちらの記述がパーミッション740の誤りではないかと思われるのですが如何でしょうか。
正しいコマンドを選択せよ。(複数選択)
drwxr-xr-x 2 nacchi staff 4096 Jul 22 12:58 test/
chmod g-x,o-rx test/
chmod 701 test/
chmod 700 test/
chmod a=rwx,g-wrx,o-rwx test/
chmod g-rx,o-r test/
この問題の解説の一部にあります、
■パーミッションを750にします。
[nacchi@vine public_html]$ chmod g-x,o-rx test/
[nacchi@vine public_html]$ ls -l
total 4
drwxr----- 2 nacchi staff 4096 Jul 22 12:58 test/ ←750
こちらの記述がパーミッション740の誤りではないかと思われるのですが如何でしょうか。
投稿ツリー
-
問題ID:1968
(Soma8086, 2010-11-16 15:52)
- Re: 問題ID:1968 (staff, 2010-11-17 13:22)