問題ID:1968
- フォーラムは新サイトへ移行しました。
- このフォーラムではゲスト投稿が禁止されています
問題ID:1968
msg# 1
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の誤りではないかと思われるのですが如何でしょうか。
Re: 問題ID:1968
msg# 1.1
staff
投稿数: 1485
Soma8086さん
ご指摘の点を修正致しました。
ご報告、誠にありがとうございました。
ご指摘の点を修正致しました。
ご報告、誠にありがとうございました。