Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [root@chips:~]# chown -R www-data:www-data .
  2.  
  3. [root@chips:~]# find . -type f -exec chmod 644 {} \;
  4. [root@chips:~]# find . -type d -exec chmod 755 {} \;
  5.  
  6. [root@chips:~]# chgrp -R www-data storage bootstrap/cache
  7. [root@chips:~]# chmod -R ug+rwx storage bootstrap/cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement