FunWithElectronics.com
          - Collection of Information for those with Electronics as a Hobby
Up one level (Linux command line)

Change permissions on all folders only (recursively chmod)





The "-type d" parameter specifies that only directories are to be found.
	find . -type d -exec chmod o-r {} \;



Add a comment:

Fill in number
Name:
Title:
Text:
 


Privacy | Contact