Results 1 to 3 of 3
Hi. Does anyone know how to chmod the contents and subdirectories of a directory?
Thanks!,
Erik...
- 11-11-2006 #1Linux Newbie
- Join Date
- Oct 2006
- Posts
- 101
chmod subdirectories and files?
Hi. Does anyone know how to chmod the contents and subdirectories of a directory?
Thanks!,
Erik
- 11-12-2006 #2
If you use the -R switch (like chmod -R) on a directory, it'll affect everything in that directory. See chmod's man page for details.
Stand up and be counted as a Linux user!
- 11-12-2006 #3Linux Newbie
- Join Date
- Oct 2006
- Posts
- 101
thanks zelmo!


Reply With Quote
