Change all files and folders permissions to 644/755
For directories
find * -type d -print0 | xargs -0 chmod 0755
For files
find . -type f -print0 | xargs -0 chmod 0644
source: stackoverflow
Written by Pierre-Louis LAUNAY
Related protips
1 Response
Good one.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Permissions
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#