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, look into the manpages on that method and see how to change the defaults. If you explain how you are creating user accounts, I'm sure someone on the list can tell you how to change the defauls. Also, you could write a small shell script to create the user home directory given the username and group.
-rishi On Fri, 30 Nov 2001, [iso-8859-1] 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-x 2 teste2 teste2 teste2 > > best security permission > drwx------ 2 teste teste teste > > > > Thanks, > Ricardson > > _______________________________________________________________________________________________ > Yahoo! GeoCities > Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! > GeoCities. ? f?cil e gr?tis! > http://br.geocities.yahoo.com/ > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >