問題ID: 21945
- フォーラムは新サイトへ移行しました。
- このフォーラムではゲスト投稿が禁止されています
問題ID: 21945
msg# 1
EvilSpirit39
投稿数: 2
問題: セキュリティ上、SUIDとSGIDのいずれかが設定されたファイルやディレクトリをすべて把握しておきたい。適切なコマンドを選びなさい
解答: find / -perm +6000
となっていますが、現在(2005年以降)のGNU findでは「-perm +mode」は廃止され、「-perm /mode」を使う必要があるようです。
コマ問にも同様の設問があるので、そちらも対応をお願いします。
以下、manPageより抜粋です。
>-perm /mode
> Any of the permission bits mode are set for the file.
> Symbolic modes are accepted in this form. You must specify
> `u', `g' or `o' if you use a symbolic mode. See the EXAMPLES
> section for some illustrative examples. If no permission bits
> in mode are set, this test matches any file (the idea here is
> to be consistent with the behaviour of -perm -000).
>-perm +mode
> This is no longer supported (and has been deprecated since
> 2005). Use -perm /mode instead.
解答: find / -perm +6000
となっていますが、現在(2005年以降)のGNU findでは「-perm +mode」は廃止され、「-perm /mode」を使う必要があるようです。
コマ問にも同様の設問があるので、そちらも対応をお願いします。
以下、manPageより抜粋です。
>-perm /mode
> Any of the permission bits mode are set for the file.
> Symbolic modes are accepted in this form. You must specify
> `u', `g' or `o' if you use a symbolic mode. See the EXAMPLES
> section for some illustrative examples. If no permission bits
> in mode are set, this test matches any file (the idea here is
> to be consistent with the behaviour of -perm -000).
>-perm +mode
> This is no longer supported (and has been deprecated since
> 2005). Use -perm /mode instead.
Re: 問題ID: 21945
msg# 1.1
arashi1977
居住地: 広島
投稿数: 1715
ちょいと昔に同じような話を投稿しました。
https://ping-t.com/modules/forum/index.php?post_id=6573
ですが、今の時点でも特に変更もないみたいですし、次回の試験改訂まではこのままなのかもしれませんね
※こういうところがLPI-JapanがLPIに文句言って対処されない、ってところなのかなぁ…
https://ping-t.com/modules/forum/index.php?post_id=6573
ですが、今の時点でも特に変更もないみたいですし、次回の試験改訂まではこのままなのかもしれませんね
※こういうところがLPI-JapanがLPIに文句言って対処されない、ってところなのかなぁ…
Re: 問題ID: 21945
msg# 1.1.1
EvilSpirit39
投稿数: 2
なるほどー
とりあえず現状は古いバージョン準拠、という事でしょうかね。
もう最近のシステムでは+を使うとエラーになってしまうので、試験の方が合わせてくれれば嬉しいんですがねぇ
とりあえず現状は古いバージョン準拠、という事でしょうかね。
もう最近のシステムでは+を使うとエラーになってしまうので、試験の方が合わせてくれれば嬉しいんですがねぇ
Re: 問題ID: 21945
msg# 1.1.1.1
arashi1977
居住地: 広島
投稿数: 1715
引用:それですそれです!
LPICはそういうところがよくわかんないんですよね…(さてLinuCはどうなるのか
もう最近のシステムでは+を使うとエラーになってしまうので、試験の方が合わせてくれれば嬉しいんですがねぇ
LPICはそういうところがよくわかんないんですよね…(さてLinuCはどうなるのか