fiddle2 entry

< previous [home] next >

Date: 2006-09-20 11:04:28 (Author: trav)
Link: http://travis.kroh.net/archives/004795.php

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 ]

Creative Commons License This work is licensed under a Creative Commons License.