忍者ブログ
最新記事
(08/05)
(07/11)
(06/25)
(06/24)
(06/24)
ブログ内検索
カテゴリー
プロフィール
HN:
Toy Scooter
性別:
男性
職業:
はいぱー情報通信・電気くりえーたー
趣味:
読書
自己紹介:
wiki始めました・・・
//
統一性の無いblogになってきました、 資格とかLinuxとか・・・。
[89]  [88]  [87]  [86]  [85]  [84]  [83]  [82]  [81]  [80]  [79
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

 ついでなのでsticky権限も設定しました。

動作確認用ディレクトリを作成し
sticky権限を追加します。
----------------------------------------
debian:~#
debian:~# mkdir /pub/sticky
debian:~#
debian:~# chmod a+wx /pub/sticky
debian:~#
debian:~# ls -ld /pub/sticky
drwxrwsrwx 2 root root 4096 2008-10-12 03:11 /pub/sticky
debian:~#
debian:~# chmod o+t /pub/sticky
debian:~#
debian:~# ls -ld /pub/sticky
drwxrwsrwt 2 root root 4096 2008-10-12 03:11 /pub/sticky
debian:~#
----------------------------------------
 
user00アカウントにて空ファイルを作成、
全てのユーザでファイルを編集出来る様
所有権を変更します。
----------------------------------------
user00@debian:~$
user00@debian:~$ touch /pub/sticky/file
user00@debian:~$
user00@debian:~$ ls -l /pub/sticky/file
-rw-r--r-- 1 user00 root 0 2008-10-12 03:16 /pub/sticky/file
user00@debian:~$
user00@debian:~$ chmod o+wx /pub/sticky/file
user00@debian:~$
user00@debian:~$ ls -l /pub/sticky/file
-rw-r--rwx 1 user00 root 0 2008-10-12 03:16 /pub/sticky/file
user00@debian:~$
----------------------------------------
 
user01にて編集可能である事を確認後、
削除出来ない事を確認。
----------------------------------------
user01@debian:~$ vi /pub/sticky/file
"/pub/sticky/file" 0 lines, 0 characters
user01@debian:~$
user01@debian:~$ rm -r /pub/sticky/file
rm: cannot remove `/pub/sticky/file': 許可されていない操作です
user01@debian:~$
----------------------------------------
 
ファイルを作成したユーザは削除可能です。
----------------------------------------
user00@debian:~$
user00@debian:~$ rm -f /pub/sticky/file
user00@debian:~$
----------------------------------------
 
同様にrootにおいても削除可能です。
----------------------------------------
debian:~#
debian:~# rm -f /pub/sticky/file
debian:~#
----------------------------------------
 
おまけ
上位ディレクトリのsgid権限を
継承しているので変更しました、
因みに実行権を削除するとsuid、sgid、
stickyの略語が大文字となります。
----------------------------------------
debian:~#
debian:~# ls -ld /pub/sticky
debian:~#
drwxrwsrwt 2 root root 4096 2008-10-12 03:26 /pub/sticky
debian:~#
debian:~# chmod a-x /pub/sticky
debian:~#
debian:~# ls -ld /pub/sticky
drw-rwSrwT 2 root root 4096 2008-10-12 03:26 /pub/sticky
debian:~#
debian:~# chmod g+x /pub/sticky
debian:~#
debian:~# ls -ld /pub/sticky
drw-rwsrwT 2 root root 4096 2008-10-12 03:26 /pub/sticky
debian:~#
----------------------------------------
PR
この記事にコメントする
お名前
タイトル
文字色
メールアドレス
URL
コメント
パスワード   Vodafone絵文字 i-mode絵文字 Ezweb絵文字
この記事へのトラックバック
この記事にトラックバックする:
この記事のURL:       
忍者ブログ*[PR]