Hi,
I would like every new file created by a user be with the properties rwxrwxr-x (775).
Normaly I have to set umask 002 (777 - 775) but when I create a new file
#touch essai
The rights by default are -rw-rw-r--
For a directory
#mkdir essai_rep
the rights are drwxrwsr-x
So is that possible to creat a new file whith rigths rwxrwxr-x?
I work on AIX 5.1 ML3.
Thanks in advance and sorry for my english.
Barn.
IBM Certified -- Am I?
I would like every new file created by a user be with the properties rwxrwxr-x (775).
Normaly I have to set umask 002 (777 - 775) but when I create a new file
#touch essai
The rights by default are -rw-rw-r--
For a directory
#mkdir essai_rep
the rights are drwxrwsr-x
So is that possible to creat a new file whith rigths rwxrwxr-x?
I work on AIX 5.1 ML3.
Thanks in advance and sorry for my english.
Barn.
IBM Certified -- Am I?