Re: [techtalk] default umask

2001-01-01 Thread Doc Nielsen
> umask is a shell builtin. I tried umask -S with all the shells that I > could find on my system. Worked with bash, ash, zsh, ksh. Didn't work with > csh. could you try it on sh for me? Doc ___ techtalk mailing list [EMAIL PROTECTED] http://www.linu

Re: [techtalk] default umask

2000-12-28 Thread Anmol Khirbat
On Thu, 28 Dec 2000, Magni Onsoien wrote: > and 'umask -S' will show the current mask. > > (I don't know if this works for all versions of umask, but at least on > most Linuxes.) > umask is a shell builtin. I tried umask -S with all the shells that I could find on my system. Worked with bash,

Re: [techtalk] default umask

2000-12-28 Thread Phil Savoie
Naomi Hospodarsky wrote: > > What can anyone tell me about umask, and how it can work for me as an > administrator of usersjust looking for simple tips, personal > situations, etc, if there are any. > > Thanks, > > Naomi > > ___ > techtalk mailin

Re: [techtalk] default umask

2000-12-28 Thread Magni Onsoien
Phil Savoie: > This value can be overridden by an entry in the users profile files by > either the user or the root user depending on your situation. The umask > value can be determined by typing umask at the prompt and changed by > typing umask at the prompt as well. A nice flag to umask is -S

Re: [techtalk] default umask

2000-12-28 Thread Mandi
umask tells the shell what the default permissions will be for all files created by the session. Perms = 777 (wide open) - umask For example, the most common umask on linux right now seems to be 022. When a use logs in with a umask of 022, all files created by that user will have 755 as their

Re: [techtalk] default umask

2000-12-28 Thread Julie
From: Naomi Hospodarsky <[EMAIL PROTECTED]> > What can anyone tell me about umask, and how it can work for me as an > administrator of usersjust looking for simple tips, personal > situations, etc, if there are any. The answer is "It Depends." Mostly "It Depends" on the use of the machine

[techtalk] default umask

2000-12-28 Thread Naomi Hospodarsky
What can anyone tell me about umask, and how it can work for me as an administrator of usersjust looking for simple tips, personal situations, etc, if there are any. Thanks, Naomi ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org