Showing posts with label linux commands. Show all posts
Showing posts with label linux commands. Show all posts

Friday, July 10, 2009

Automating chmod

Task is to change the permission modes for multiple directories

$ find . -type d -print0 | xargs -0 chmod 771