Last Updated: February 25, 2016
·
451
· sean9999

one liner to give yourself access to a dir

Assuming your server has ACL installed, and you are a sudoer, this line will give you read,write,execute access to the directory you are in, and everything under it:

sudo setfacl -R -m u:`whoami`:rxw .