Wednesday, August 08, 2007

To recursive changes with the octal method are a bit more difficult to do. You need to use the find command to help out, as in
unix% find . -type f -exec chmod 644 {} \;
unix% find . -type d -exec chmod 755 {} \;

0 Comments:

Post a Comment

<< Home