Quick Notes
Jump to navigation
Jump to search
Sections here are really just placeholders with enough information to get started on building actual articles...
Better Permissions Handling
sudo apt install acl
sudo mkdir /FOOBAR
sudo chown :users /FOOBAR
sudo chmod g+ws /FOOBAR
sudo setfacl -Rdm g:users:rx /FOOBAR
Now, the directory /FOOBAR is writeable by anyone in the users group.