March 2012
Beginner to intermediate
230 pages
7h 27m
English
chgrp — stdin stdout - file -- opt --help --version
chgrp [options]group_spec files
The chgrp (change group)
command sets the group ownership of files and directories.
$ chgrp smith myfile myfile2 mydir
The group_spec parameter may be any
of these possibilities:
A group name or numeric group ID
--reference=
file, to set the same group ownership
as another given file
See Group Management for more information on groups.
|
|
Follow symbolic links and operate on the files they point to. |
|
|
Recursively change the ownership within a directory hierarchy. |
Read now
Unlock full access