linux chmod files or directory only recursively

-bash-3.00$ find ./ -type f -exec chmod 600 {} \;

-bash-3.00$ find ./ -type d -exec chmod 700 {} \;


You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.