助け合いフォーラム
トピック一覧に戻る
トピック タイトル
問題ID:1968
フォーラム
最強WEB問題集LinuC/LPIC Lv1 101
投稿ユーザ(投稿日)
(2010/11/16)
本文
以下のフォルダを、所有ユーザのみが参照・編集・実行できるようにしたい。
正しいコマンドを選択せよ。(複数選択)

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の誤りではないかと思われるのですが如何でしょうか。
レス一覧

トピック一覧に戻る
フォーラムTopへ

Ping-tモバイルTOP

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