A mode can be numerically formed as the OR of the following octal values (a leading 8r is ignored):
A symbolic mode has the form:
The who part is a combination of the letters u (for user's permissions), g (group) and o (other). The letter a stands for ugo. If who is omitted, the default is a.
The op field can be: + to add permission to the file's mode, - to take away permission, = to assign permission absolutely (all other bits being reset).
The permission field is any combination of the letters r (read), w (write), x (execute), a (append only), l (exclusive access), and t (temporary, not archived).
CHMOD(1 ) | Rev: Tue Mar 31 02:42:38 GMT 2015 |