Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Jerry McAllister
On Thu, Jul 10, 2008 at 05:32:15PM +0200, Mel wrote: > On Thursday 10 July 2008 17:12:36 Jerry McAllister wrote: > > On Thu, Jul 10, 2008 at 01:45:00PM +0200, Mel wrote: > > > On Thursday 10 July 2008 04:26:42 Andrew Falanga wrote: > > > > How do I get this to stop working like this and create fil

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Mel
On Thursday 10 July 2008 17:12:36 Jerry McAllister wrote: > On Thu, Jul 10, 2008 at 01:45:00PM +0200, Mel wrote: > > On Thursday 10 July 2008 04:26:42 Andrew Falanga wrote: > > > How do I get this to stop working like this and create files > > > with UID=andy GID=www? > > > > Just a head's up: www

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Jerry McAllister
On Thu, Jul 10, 2008 at 01:45:00PM +0200, Mel wrote: > On Thursday 10 July 2008 04:26:42 Andrew Falanga wrote: > > > How do I get this to stop working like this and create files > > with UID=andy GID=www? > > Just a head's up: www is the group id from Apache by default, so doing this, > you'll

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Andrew Falanga
On Wed, Jul 9, 2008 at 9:30 PM, Sahil Tandon <[EMAIL PROTECTED]> wrote: > Andrew Falanga <[EMAIL PROTECTED]> wrote: > >> I've not had to set this up and so far my efforts have proven less than >> successful. I'm working on a web project with my father and one other >> developer. I need to have it

Re: User properties and how to make files with a specific group owner

2008-07-10 Thread Mel
On Thursday 10 July 2008 04:26:42 Andrew Falanga wrote: > How do I get this to stop working like this and create files > with UID=andy GID=www? Just a head's up: www is the group id from Apache by default, so doing this, you'll make the files writeable by the webserver, generally not something y

Re: User properties and how to make files with a specific group owner

2008-07-09 Thread Sahil Tandon
Andrew Falanga <[EMAIL PROTECTED]> wrote: > I've not had to set this up and so far my efforts have proven less than > successful. I'm working on a web project with my father and one other > developer. I need to have it so that our user id's, when creating files in > the directory we share the

User properties and how to make files with a specific group owner

2008-07-09 Thread Andrew Falanga
Hi, I've not had to set this up and so far my efforts have proven less than successful. I'm working on a web project with my father and one other developer. I need to have it so that our user id's, when creating files in the directory we share the source code in, create the files with the gro