Guest User

Untitled

a guest
Feb 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. sudo chown -R apache /path/to/dir # centos
  2. chown -R www-data:www-data /path/to/dir # ubuntu
  3.  
  4. #if you use php script in command line should add user, for example in codeanywhere.com add this:
  5. sudo chown -R cabox /path/to/dir # centos
Add Comment
Please, Sign In to add comment