Supp,
Really quick bro tip how to assign a user to have permissions over a single directory without adding him/her on a group or change directory ownership. Simply use setfacl:
setfacl -m u:username:rwx myfolder
System administration / DevOps / Life
Supp,
Really quick bro tip how to assign a user to have permissions over a single directory without adding him/her on a group or change directory ownership. Simply use setfacl:
setfacl -m u:username:rwx myfolder