Re: home directory permission

2001-12-01 Thread Philippe Troin
Peter Samek <[EMAIL PROTECTED]> writes: > On Fri, Nov 30, 2001 at 12:22:34PM -0300, teste teste1 wrote: > > > > Howto modify permission when create a new user, I > > do not want to change the permissions all time that to > > add a new user. > > > > > > Default Permission > > drwxr-sr-x2

Re: home directory permission

2001-12-01 Thread Philippe Troin
Peter Samek <[EMAIL PROTECTED]> writes: > On Fri, Nov 30, 2001 at 12:22:34PM -0300, teste teste1 wrote: > > > > Howto modify permission when create a new user, I > > do not want to change the permissions all time that to > > add a new user. > > > > > > Default Permission > > drwxr-sr-x

Re: home directory permission

2001-12-01 Thread Peter Samek
On Fri, Nov 30, 2001 at 12:22:34PM -0300, teste teste1 wrote: > > Hi all, > > Howto modify permission when create a new user, I > do not want to change the permissions all time that to > add a new user. > > > Default Permission > drwxr-sr-x2 teste2 teste2 teste2 > > best security pe

Re: home directory permission

2001-12-01 Thread Peter Samek
On Fri, Nov 30, 2001 at 12:22:34PM -0300, teste teste1 wrote: > > Hi all, > > Howto modify permission when create a new user, I > do not want to change the permissions all time that to > add a new user. > > > Default Permission > drwxr-sr-x2 teste2 teste2 teste2 > > best security p

Re: home directory permission

2001-11-30 Thread Rishi L Khan
How are you creating a new user directory? are you mkdir'ing directly or using a program like useradd? If you are mkdir'ing, change your umask (be aware, this changes the umask of ALL of your newly created files. If you are using useradd, look into the -D option. If you are using some other method,

home directory permission

2001-11-30 Thread teste teste1
Hi all, Howto modify permission when create a new user, I do not want to change the permissions all time that to add a new user. Default Permission drwxr-sr-x2 teste2 teste2 teste2 best security permission drwx--2 testeteste teste Thanks, Ricardson ___

Re: home directory permission

2001-11-30 Thread Rishi L Khan
How are you creating a new user directory? are you mkdir'ing directly or using a program like useradd? If you are mkdir'ing, change your umask (be aware, this changes the umask of ALL of your newly created files. If you are using useradd, look into the -D option. If you are using some other method

home directory permission

2001-11-30 Thread teste teste1
Hi all, Howto modify permission when create a new user, I do not want to change the permissions all time that to add a new user. Default Permission drwxr-sr-x2 teste2 teste2 teste2 best security permission drwx--2 testeteste teste Thanks, Ricardson __