linux命令gen,linux命令:chgrp

chgrp命令简介:

改变文件属组的命令(该命令只有管理员可以使用)

1.命令格式:

chgrp GROUPNAME files

2.命令功能:

用于更改文件夹属组的命令

3.命令参数:

-R: 修改目录及其内部文件和子目录的属组(递归修改)

--reference=/path/to/somefile

file,...  把file文件的属组和属主属组同时改成

/path/to/somefile文件一样,多个文件用逗号隔开。

eg:  #chgrp --reference=/etc/passwd /etc/test/100.sh,/etc/test/200.sh

把100.sh和200.sh两个文件的属主属组都改成跟/etc/passwd文件属主属组一致。

4.命令实例:

1、chgrp donggen 100.sh  把100.sh文件的属组变更为donggen

[root@xuelinux test]# ls -l

-rwxr-xr-x. 1 root root 273 9月  14 19:49 100.sh  变更前属组为root

[root@xuelinux test]# chgrp donggen 100.sh

[root@xuelinux test]# ls -l

-rwxr-xr-x. 1 root donggen 273 9月  14 19:49 100.sh   此文件属组已更改为donggen

2、chgrp donggen /test1   把test1组的属组变更为donggen

[root@xuelinux /]# ls -ld /test1

drwxr-xr-x. 2 root root 4096 10月 12 16:36 /test1  变更前属组为root

[root@xuelinux /]# chgrp donggen /test1

[root@xuelinux /]# ls -ld /test1

drwxr-xr-x. 2 root donggen 4096 10月 12 16:36 /test1 变更后此目录的属组已更改为donggen

3、chgrp -R donggen /test  把test组及其内部的子目录和文件的属组都修改

[root@xuelinux /]# ls -ld /test

drwxr-xr-x. 2 root root 4096 10月 11 09:21 /test  更改前属组为root

[root@xuelinux /]# ls -l /test

-rwxr-xr-x. 1 root    root 273 9月  14 19:49 100.sh  更改前属组为root

-rwxr-xr-x. 1 root    root 252 9月  14 18:58 hadoop.sh  更改前属组为root

-rwxr-xr-x. 1 root    root 455 8月  25 18:42 myar.sh  更改前属组为root

[root@xuelinux /]# chgrp -R donggen /test

[root@xuelinux /]# ls -ld /test

drwxr-xr-x. 2 root donggen 4096 10月 11 09:21 /test  test目录属组已更改为donggen

[root@xuelinux /]# ls -l /test

-rwxr-xr-x. 1 root donggen 273 9月  14 19:49 100.sh   test目录下的文件属组也改为donggen

-rwxr-xr-x. 1 root donggen 252 9月  14 18:58 hadoop.sh  test目录下的文件属组也改为donggen

-rwxr-xr-x. 1 root donggen 455 8月  25 18:42 myar.sh   test目录下的文件属组也改为donggen

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值