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 .
Written by Sean Macdonald
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#