Chmod

From Hackepedia
Revision as of 04:48, 24 May 2008 by Pbug (talk | contribs) (New page: Change the mode of a file or filesystem object. You can use a human readable format or the octal permission modes. chmod 755 directory chmod u+s file chmod +x script.sh See the manua...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Change the mode of a file or filesystem object. You can use a human readable format or the octal permission modes.

chmod 755 directory
chmod u+s file
chmod +x script.sh

See the manual page of chmod to find further information.