Recursively chmod Files
Login | Register RSS
08/13/2011 - Linux 

Recursively chmod Files

To recursively chmod files only, use this command:

find /some/folder -type f -exec chmod 644 {} \;

This will recursively search your directory tree (starting at directory ‘folder’) and chmod 644 all files only.


If you like this site or any of its content, please help promote it. Use the social media buttons below to help spread the word. Don't forget to post in the comments section.

  Print   Email
 
Image

Image Gallery