Re: [gentoo-user] default user permissions

2010-03-26 Thread Hinko Kocevar
Hi, Thanks for the help. Best regards, Hinko On 03/25/10 22:43, Florian Philipp wrote: > Am 25.03.2010 09:50, schrieb Alan McKinnon: >> On Thursday 25 March 2010 10:26:25 Hinko Kocevar wrote: >>> Hi, >>> >>> Where is defined what permissions will the newly created folder/file >>> have by default

Re: [gentoo-user] default user permissions

2010-03-25 Thread Florian Philipp
Am 25.03.2010 09:50, schrieb Alan McKinnon: > On Thursday 25 March 2010 10:26:25 Hinko Kocevar wrote: >> Hi, >> >> Where is defined what permissions will the newly created folder/file >> have by default? > > This is done by the umask of the user creating the folder. > > >> >> Eg. When creating a

Re: [gentoo-user] default user permissions

2010-03-25 Thread Alan McKinnon
On Thursday 25 March 2010 10:26:25 Hinko Kocevar wrote: > Hi, > > Where is defined what permissions will the newly created folder/file > have by default? This is done by the umask of the user creating the folder. > > Eg. When creating a folder I would like it to have permissions right > after

[gentoo-user] default user permissions

2010-03-25 Thread Hinko Kocevar
Hi, Where is defined what permissions will the newly created folder/file have by default? Eg. When creating a folder I would like it to have permissions right after it is created, to void use of chmod/chown afterwards: drwxrwxr-x 2 hinko users4096 Mar 25 09:23 folder1 while now I get only: