sudo find /path -type d -exec chmod 777 "{}" \;
chmod directory recursively but not the file
This entry was posted in software / tools. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.
sudo find /path -type d -exec chmod 777 "{}" \;