buy tb500

Linux Default Permission

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

 

but run the above command will help to set the default permissions, first one for folders, and the second one for files.

 

by Ayad

Leave a Reply