|
如题!
过程如下:
bash-2.05$ ls -la
drwsr-xr-t 2 testsetuid test 512 11ÔÂ 4 16:10 test.gid
bash-2.05$ chmod 7777 test.gid
bash-2.05$ ls -la
drwsrwxrwt 2 testsetuid test 512 11ÔÂ 4 16:10 test.gid
bash-2.05$ chmod 7755 test.gid
bash-2.05$ ls -la
drwsr-xr-t 2 testsetuid test 512 11ÔÂ 4 16:10 test.gid
bash-2.05$ chmod g+s test.gid
bash-2.05$ ls -la
drwsr-sr-t 2 testsetuid test 512 11ÔÂ 4 16:10 test.gid
bash-2.05$
这是为什么呢?偶100思8得其解
盼兄弟们告知,谢谢~! |
|