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 |
removed obsolete template |
||
| Line 1: | Line 1: | ||
{{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
<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
