System Administration Guide

Example--Changing Permissions in Absolute Mode

The following example sets rwxr-xr-x permissions on myfile.


$ chmod 755 myfile
$ ls -l myfile
-rwxr-xr-x   1 kryten   staff   6144 May 24 10:49 myfile