System Administration Guide: Security Services

Example—Changing Group Ownership of a File

In the following example, the group ownership on myfile is changed to the group scifi.


$ chgrp scifi myfile
$ ls -l myfile
-rwxrw-- 1 rimmer scifi 12985 Nov 12 16:28 myfile