Blogs about: File Permission Script

Featured Blog

To change the permission of files and directories

vinayank wrote 3 months ago: find . -type f  -perm 755 -exec chmod 644 {} \; find . -type d  -perm 777 -exec chmod 755 {} \; … more →

Tags: Server Issues, File Permission, permission, change permission of files


Related Tags
All →

Follow this tag via RSS