Difference between revisions of "Quick Notes"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<p class="mwt-heading" >Sections here are really just placeholders with enough information to get started on building actual articles...</p> | |||
= Better Permissions Handling = | = Better Permissions Handling = | ||
Revision as of 21:58, 29 January 2025
Sections here are really just placeholders with enough information to get started on building actual articles...
Better Permissions Handling
sudo apt install aclsudo mkdir /FOOBARsudo chown :users /FOOBARsudo chmod g+ws /FOOBARsudo setfacl -Rdm g:users:rx /FOOBAR
Now, the directory /FOOBAR is writeable by anyone in the users group.