Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Permissions ====== ===== ACL Posix ===== * See acl of a file/folder <code>getfacl file/folder</code> * Provide RWX to user on file <code>setfacl -R -m u:user:rwx file/folder</code> * Set default ACL for other on folder <code>setfacl -m d:o:r folder</code> cheatsheet/permissions.txt Last modified: 2024/10/14 20:59by 127.0.0.1