Re: [newbie] chown and chmod

2001-05-10 Thread Mark Weaver
now THATS exactly what I'm talking about. Nice job Skip! Mark On Wed, 9 May 2001 [EMAIL PROTECTED] wrote: Michael As far as I know, unless you write some kind of script, there Michael is no easy way to change just the permissions on the Michael directories without affecting

RE: [newbie] chown and chmod

2001-05-10 Thread Mark Weaver
Message- From: Michael D. Viron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 May 2001 11:14 PM To: Franki; Rules Address for MDK Subject: Re: [newbie] chown and chmod Frank, As far as I know, unless you write some kind of script, there is no easy way to change just the permissions

[newbie] chown and chmod

2001-05-09 Thread Franki
Hi all, I need to get this clear, and I was hoping you guys could help me if I am in /var/www/ and I want to make all directories and subdirecties in /html to chmod and chown 755 apache.apache respectively, but without effecting any of the files therein how can I do that? (I have tried

Re: [newbie] chown and chmod

2001-05-09 Thread Michael D. Viron
At 03:51 AM 05/09/2001 -0400, Tim Holmes wrote: Well first off, the directories in /var/www need to be 0755 and owner/group must be apache. Once you're in those directories, it doesn't make a difference of the owner ship. Most of the files will have be root for owner/group once you start

RE: [newbie] chown and chmod

2001-05-09 Thread Franki
: Michael D. Viron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 May 2001 11:25 PM To: Tim Holmes; Franki Cc: Rules Address for MDK Subject: Re: [newbie] chown and chmod At 03:51 AM 05/09/2001 -0400, Tim Holmes wrote: Well first off, the directories in /var/www need to be 0755 and owner/group must

Re: [newbie] chown and chmod

2001-05-09 Thread Michael D. Viron
Frank, As far as I know, unless you write some kind of script, there is no easy way to change just the permissions on the directories without affecting the files under each directory. The only way to do so, would be to change each directory by hand (using chmod / chown). As for files, that

RE: [newbie] chown and chmod

2001-05-09 Thread Franki
I am surprised that no one has done it yet... I might have to see if I can do it with perl -Original Message- From: Michael D. Viron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 May 2001 11:14 PM To: Franki; Rules Address for MDK Subject: Re: [newbie] chown and chmod Frank, As far

Re: [newbie] chown and chmod

2001-05-09 Thread skip
Michael As far as I know, unless you write some kind of script, there Michael is no easy way to change just the permissions on the Michael directories without affecting the files under each directory. How about this: # make all files in /var/www owned by apache:apache chown