Quote:
Originally posted by mmilano
after all this, it made my directories "read-only" for some reason.. is there a way to fix this?
|
# find . -type d | xargs chmod 700
??
Or anyother mode you want to assign to all the directories found from current path.