Re: strange umask behaviour

2004-11-08 Thread Clive Menzies
On (08/11/04 11:25), Ritesh Raj Sarraf wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Monday 08 November 2004 05:15 am, Clive Menzies wrote: > > On (07/11/04 18:04), Ali Alphan Bayazit wrote: > > > On Sun, 2004-11-07 at 22:05 +, Clive Menzies wrote: > > > > Hi > > > > > > hell

Re: strange umask behaviour

2004-11-08 Thread Clive Menzies
On (07/11/04 20:13), Ali Alphan Bayazit wrote: > On Sun, 2004-11-07 at 23:30 +, Clive Menzies wrote: > > a shell script for example? What actually alerted me to this was > > a .sh > > to back-up a file to a series of backup files as an exercise. But it > > couldn't seem to create the files. >

Re: strange umask behaviour

2004-11-07 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 08 November 2004 05:15 am, Clive Menzies wrote: > On (07/11/04 18:04), Ali Alphan Bayazit wrote: > > On Sun, 2004-11-07 at 22:05 +, Clive Menzies wrote: > > > Hi > > > > hello, > > > > > In my .bashrc and .bash_profile I have umask set at

Re: strange umask behaviour

2004-11-07 Thread Ali Alphan Bayazit
On Sun, 2004-11-07 at 23:30 +, Clive Menzies wrote: > a shell script for example? What actually alerted me to this was > a .sh > to back-up a file to a series of backup files as an exercise. But it > couldn't seem to create the files. > most programs specify their file creation permissions

Re: strange umask behaviour

2004-11-07 Thread Clive Menzies
On (07/11/04 18:04), Ali Alphan Bayazit wrote: > On Sun, 2004-11-07 at 22:05 +, Clive Menzies wrote: > > Hi > > > hello, > > > In my .bashrc and .bash_profile I have umask set at 022 however when I > > create a file, the permissions look like this: > > > > -rw-r--r-- > > > that looks correc