chgrp
- 网络文件名;改变文件组;改变组
-
You manipulate a file 's group assignment by using the chgrp ( change group ) command .
您可以使用chgrp(更改组changegroup)命令来修改文件所属的组。
-
Chgrp admin backups : This command changes the group owner to admin .
chgrpadminbackups:这个命令将backups目录的组所有者更改为admin。
-
To change the group of a file , use the chgrp command with a group name and one or more filenames .
要变更文件的组,使用chgrp命令和组名,以及一个或者多个文件名。
-
Chmod , chgrp , and chown use-R to apply mode , group , and ownership changes to an entire file system hierarchy .
chgrp和chown使用-R可以递归地将模式、组和所有权变更应用到整个文件系统层次结构。
-
In its simplest form , the syntax is like the chgrp command , except that a user name or numeric id is used instead of a group name or id.
在它最简单的形式中,语法和chgrp命令类似,除了使用用户名或者数字id,而不是组名或者id。
-
As with many of the commands covered in this tutorial , chgrp has a-R option to allow changes to be applied recursively to all selected files and subdirectories .
正如该教程中的许多其他命令,chgrp有一个-R选项,允许将变更递归应用到所有所选的的文件和子目录中。
-
This means use the fchown (), fstat (), or fchmod () system calls , instead of the functions taking file names , such as chown (), chgrp (), and chmod () .
这意味着要使用fchown()、fstat()或fchmod()系统调用,而不使用取得文件名的函数,比如chown()、chgrp()和chmod()。