You are not logged in.

#1 2006-06-13 05:34:20

twiistedkaos
Member
Registered: 2006-05-20
Posts: 666

Chmod -A? [solved]

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

#2 2006-06-13 05:47:52

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: Chmod -A? [solved]

-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

#3 2006-06-13 05:49:06

twiistedkaos
Member
Registered: 2006-05-20
Posts: 666

Re: Chmod -A? [solved]

paranoos wrote:

-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 smile

Offline

Board footer

Powered by FluxBB