Guest User

Untitled

a guest
Jan 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. echo $@
  4. sudo setfacl -R -m u:"www-data":rwX -m u:`whoami`:rwX $@
  5. sudo setfacl -dR -m u:"www-data":rwX -m u:`whoami`:rwX $@
Add Comment
Please, Sign In to add comment