chmod

From Peyton Hall Documentation
Revision as of 21:33, 17 May 2007 by Huston (talk | contribs) (New page: chmod is a Unix command which changes the access bits (modes) on a file. It can make a file readable, writable, or executable by the owner, people in the same group as the file, or everyo...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

chmod is a Unix command which changes the access bits (modes) on a file. It can make a file readable, writable, or executable by the owner, people in the same group as the file, or everyone. chmod can also be used to change the SUID, SGID or "sticky" bits.

umask

umask is a setting which controls what modes will be set by default on newly created files.