New pages
Jump to navigation
Jump to search
- 22:56, 29 January 2025 Quick Notes (hist | edit) [6,120 bytes] Tinker (talk | contribs) (Created page with "= Better Permissions Handling = * <code>sudo apt install acl</code> * <code>sudo mkdir /FOOBAR</code> * <code>sudo chown :users /FOOBAR</code> * <code>sudo chmod g+ws /FOOBAR</code> * <code>sudo setfacl -Rdm g:users:rx /FOOBAR</code> Now, the directory '''/FOOBAR''' is writeable by anyone in the '''users''' group")