How to set specific user permission to write to a folder
We could use setfacl: setfacl -m u:username:rwx myfolder This sets permissions for specific users, without changing the ownership of the directory. Check out the man page for further details and…