Sharing data: Difference between revisions

Jump to navigation Jump to search
no edit summary
(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 777 name_of_file}}  
{{Command|chmod 770 name_of_file}}  
means that everyone on the cluster 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>.
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-->
Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837

edits

Navigation menu