問題ID:1968

この質問の投稿一覧へ

報告 問題ID:1968

msg# 1
depth:
0
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2010-11-16 15:52
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の誤りではないかと思われるのですが如何でしょうか。

投稿ツリー

  >フォーラム検索へ


Copyright (c) 2020 Ping-t All rights reserved.