Difference between revisions of "chmod"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
(removed obsolete template)
Line 1: Line 1:
{{linux shell commands|chmod}}{{seed}}
+
{{seed}}
 
==Examples==
 
==Examples==
 
* [[chmod]] g+w /www/issuepedia
 
* [[chmod]] g+w /www/issuepedia
 
*: changes the "issuepedia" file or folder so that members of its owner group (g) can write (+w) to it
 
*: changes the "issuepedia" file or folder so that members of its owner group (g) can write (+w) to it

Revision as of 02:07, 7 March 2015

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Examples

  • chmod g+w /www/issuepedia
    changes the "issuepedia" file or folder so that members of its owner group (g) can write (+w) to it