Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(→Default filesystem permissions: amplify role of umask wrt other chmod, setfacl, etc) |
|||
Line 135: | Line 135: | ||
| 077 || u=rwx,g=,o= || Files are readable, writable and executable by the owner only | | 077 || u=rwx,g=,o= || Files are readable, writable and executable by the owner only | ||
|- | |- | ||
| 027 || u=rwx,g=rx,o= || Files are readable and executable by the owner and | | 027 || u=rwx,g=rx,o= || Files are readable and executable by the owner and the group, but writable only by the owner | ||
|- | |- | ||
| 007 || u=rwx,g=rwx,o= || Files are readable, writable and executable by the owner and | | 007 || u=rwx,g=rwx,o= || Files are readable, writable and executable by the owner and the group | ||
|- | |- | ||
| 022 || u=rwx,g=rx,o=rx || Files are readable and executable by everyone, but writable only by | | 022 || u=rwx,g=rx,o=rx || Files are readable and executable by everyone, but writable only by the owner | ||
|- | |- | ||
| 002 || u=rwx,g=rwx,o=rx || Files are readable and executable by everyone, but writable only by | | 002 || u=rwx,g=rwx,o=rx || Files are readable and executable by everyone, but writable only by the owner and the group | ||
|} | |} | ||