You are not logged in.
Pages: 1
Hmmf, Alright, I think I'm becomming lazy, but since I am running a webserver on my computer I have to chmod alot, problem is some things I need to chmod are 1000+ files and maybe 40+ directories with files in them. Is their a way to chmod the root directory ie: ~/www to chmod all the files and directories in www?
Offline
-R stands for recursive, which means it will chmod the given directory, all the files in the directory, all the sub-directories, and so on.
Offline
-R stands for recursive, which means it will chmod the given directory, all the files in the directory, all the sub-directories, and so on.
Yeah... just looked at the man pages and was about to edit my post when I seen you replied. Thanks for replying
Offline
Pages: 1