chmod: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
 
m Woozle moved page Chmod to chmod: must have created this very early on, before enabling case-sentivity
 
(One intermediate revision by the same user not shown)
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

Latest revision as of 02:08, 7 March 2015

<hide>

 page status::seed

</hide>

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