|
|
发表于 2005-11-18 22:26:41
|
显示全部楼层
这是粘贴位;
看一个例子;
[root@localhost opt]# chmod 0007 test
[root@localhost opt]# ls -ld test
d------rwx 2 beinan beinan 4096 9月 8 19:29 test
[root@localhost opt]# chmod 7000 test
[root@localhost opt]# ls -ld test
d--S--S--T 2 beinan beinan 4096 9月 8 19:29 test
[beinan@localhost opt]# chmod 7770 test
[beinan@localhost opt]# ls -ld test
drwsrws--T 2 beinan beinan 4096 9月 8 19:29 test |
|