Allow user access to other peoples data
read wrtie and executable
setfacl -m u:USERNAME:rwx /storage/home/users/folder
remove permission:
setfacl -x u:abc123 /storage/home/users/folder
read wrtie and executable
setfacl -m u:USERNAME:rwx /storage/home/users/folder
remove permission:
setfacl -x u:abc123 /storage/home/users/folder