groups :有效与支持用户组的查看
[huan@local~]$ groups
huan users
如上所示第一个输出的用户组即为有效用户组(effective group)。此时,如果我创建一个文件,那么这个文件的所有者为huan,而且用户组也是huan的。
我们可以在你已经支持的用户组中切换有效用户组
[huan@local~]$ newgrp user
[huan@local~]$ groups
users huan
看见没有效用户组切换为users了 ,呵呵
我们创建个文件看看,发现文件的用户组变为users了 ,呵呵
[huan@local~]$ touch test
[huan@local~]$ ls -al
-rw-r--r-- 1 huan users 0 Fed 24 17:33 test
阅读(1150) | 评论(0) | 转发(0) |