Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
(Conditional execute permissions) |
No edit summary |
||
Line 42: | Line 42: | ||
<!--T:7--> | <!--T:7--> | ||
You can alter these permissions using the command <tt>chmod</tt> in conjunction with the octal notation discussed above, so for example | You can alter these permissions using the command <tt>chmod</tt> in conjunction with the octal notation discussed above, so for example | ||
{{Command|chmod | {{Command|chmod 770 name_of_file}} | ||
means that everyone | means that everyone in your group now has the right to read, write and execute this file. Naturally you can only modify the permissions of a file or directory you own. You can also alter the group by means of the command <tt>chgrp</tt>. | ||
===The Sticky Bit=== <!--T:13--> | ===The Sticky Bit=== <!--T:13--> |