9srv Manual Collection/plan9/chmod(1) | 9srv Manual Collection/plan9/chmod(1) |
---|
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.
Op can be + to add permission to the file's mode, - to take away permission, and = to assign permission absolutely (all other bits will be reset).
Permission is any combination of the letters r (read), w (write), x (execute), a (append only), l (exclusive access), and t (temporary file).
Only the owner of a file or the group leader of its group may change the file's mode.
9srv Manual Collection/plan9/chmod(1) | Rev: Sun Dec 02 23:42:11 GMT 2007 |