ACL - andreydiveev/wiki GitHub Wiki

Install:

apt install setfacl -y

Grant:

setfacl -R -m u:myuser:rwx /path/to/file/or/dir

Show:

getfacl /path/to/file/or/dir