My, that was handy:
Sometimes a specific job needs to be done, possibly with a solution you'd never tought about...
I needed to chmod all the directories in a specified directory. I forgot how powerfull (sic) find is! *duhuh*
find /dir/to/chmod/all/dirs -type d -exec chmod 777 {} \;
[ home - archives - quoteboard - blogger decoder - wishlist ]
This work is licensed under a
Creative Commons License.