Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(Marked this version for translation) |
(mention no ACLs on graham /home) |
||
Line 49: | Line 49: | ||
If I want to allow a single person with username <tt>smithj</tt> to have read and execute permission on the file <tt>my_script.py</tt> I can achieve this with the command | If I want to allow a single person with username <tt>smithj</tt> to have read and execute permission on the file <tt>my_script.py</tt> I can achieve this with the command | ||
{{Command|setfacl -m u:smithj:rx my_script.py}} | {{Command|setfacl -m u:smithj:rx my_script.py}} | ||
'''Note:''' <tt>setfacl</tt> and <tt>getfacl</tt> do not work on [[Graham]] /home. Use the /project or /scratch filesystems instead. | |||
</translate> | </translate> |