Umask strange behaviour 555=444 ?
- From: leoh <leonardomachado@xxxxxxxxx>
- Date: 16 May 2007 11:24:59 -0700
Why is umaks 654 and 644 returning the same file permission?
# umask 555
# touch t1
total 0
--w--w--w- 1 root root 0 2007-05-16 05:28 t1
I think that t1 should be --- --- --- (000) since --x --x --x (111)
would not be allowed for common files (just directories).
Moreover, why would umaks 555 produce the same result as umask 444 ??
.
- Follow-Ups:
- Re: Umask strange behaviour 555=444 ?
- From: Robert M. Riches Jr.
- Re: Umask strange behaviour 555=444 ?
- Prev by Date: Re: eek! Help
- Next by Date: Re: eek! Help
- Previous by thread: eek! Help
- Next by thread: Re: Umask strange behaviour 555=444 ?
- Index(es):
Relevant Pages
|