Unless I am using "umask" incorrectly, it seems to change the default file permissions for the user and not the directory.
su - user1 umask 007 touch testfile
creates testfile with the permissions "rw-rw----" no matter where user1 creates the file.
You are using umask correctly. As you probably know umask is a property of the process and not of a directory.
I want the action limited to a directory.
I do have acl installed on my system. I am looking for documentation.
Good luck! You might find something in /usr/src/linux-2.4/Documentation.
On Monday, February 9, 2004, at 01:01 PM, Ajai Khattri wrote:
On Mon, 9 Feb 2004, Margaret_Doll wrote:
I should have stated that I am using RedHat 9, upgraded to 2.4.20-24.9.
I believe I am looking for the file permissions that one can use on Novell systems or the ACL capabilities that VMS has.
-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list