系统之家 - 系统光盘下载网站!

当前位置:系统之家 > 系统教程 > Linux使用chgrp命令的方法

Linux使用chgrp命令修改文件所属群组的方法(3)

时间:2014-12-30 16:29:42 作者:qipeng 来源:系统之家 1. 扫描二维码随时看资讯 2. 请使用手机浏览器访问: https://m.xitongzhijia.net/xtjc/20141230/33754.html 手机查看 评论

  代码如下:

  chgrp -R bin test6

  输出:

  代码如下:

  [root@localhost test]# ll

  drwxr-xr-x 2 root root 4096 11-30 08:39 test6

  [root@localhost test]# cd test6

  [root@localhost test6]# ll

  ---xr--r-- 1 root root 302108 11-30 08:39 linklog.log

  ---xr--r-- 1 root root 302108 11-30 08:39 log2012.log

  -rw-r--r-- 1 root root 61 11-30 08:39 log2013.log

  -rw-r--r-- 1 root root 0 11-30 08:39 log2014.log

  -rw-r--r-- 1 root root 0 11-30 08:39 log2015.log

  -rw-r--r-- 1 root root 0 11-30 08:39 log2016.log

  -rw-r--r-- 1 root root 0 11-30 08:39 log2017.log

  [root@localhost test6]# cd 。。

  [root@localhost test]# chgrp -R bin test6

  [root@localhost test]# cd test6

  [root@localhost test6]# ll

  ---xr--r-- 1 root bin 302108 11-30 08:39 linklog.log

  ---xr--r-- 1 root bin 302108 11-30 08:39 log2012.log

  -rw-r--r-- 1 root bin 61 11-30 08:39 log2013.log

  -rw-r--r-- 1 root bin 0 11-30 08:39 log2014.log

  -rw-r--r-- 1 root bin 0 11-30 08:39 log2015.log

  -rw-r--r-- 1 root bin 0 11-30 08:39 log2016.log

  -rw-r--r-- 1 root bin 0 11-30 08:39 log2017.log

  [root@localhost test6]# cd 。。

  [root@localhost test]# ll

  drwxr-xr-x 2 root bin 4096 11-30 08:39 test6

  [root@localhost test]#《/p》 《p》

  说明:

  改变指定目录以及其子目录下的所有文件的群组属性

  实例4:通过群组识别码改变文件群组属性

  命令:

  代码如下:

  chgrp -R 100 test6

  输出:

  代码如下:

  [root@localhost test]# chgrp -R 100 test6

  [root@localhost test]# ll

  drwxr-xr-x 2 root users 4096 11-30 08:39 test6

  [root@localhost test]# cd test6

  [root@localhost test6]# ll

  ---xr--r-- 1 root users 302108 11-30 08:39 linklog.log

  ---xr--r-- 1 root users 302108 11-30 08:39 log2012.log

  -rw-r--r-- 1 root users 61 11-30 08:39 log2013.log

  -rw-r--r-- 1 root users 0 11-30 08:39 log2014.log

  -rw-r--r-- 1 root users 0 11-30 08:39 log2015.log

  -rw-r--r-- 1 root users 0 11-30 08:39 log2016.log

  -rw-r--r-- 1 root users 0 11-30 08:39 log2017.log

  [root@localhost test6]#

  说明:

  通过群组识别码改变文件群组属性,100为users群组的识别码,具体群组和群组识别码可以去/etc/group文件中查看

  上面就是Linux种chgrp命令的用法介绍了,需要特别注意的是,chgrp命令修改文件所属群组是有权限限制的,只有超级用户才有资格修改,普通用户无法使用。

发表评论

0

没有更多评论了

评论就这些咯,让大家也知道你的独特见解

立即评论

以上留言仅代表用户个人观点,不代表系统之家立场

其他版本软件

热门教程

人气教程排行

Linux系统推荐

扫码关注
扫码关注

扫码关注 官方交流群 软件收录