Link to home
Start Free TrialLog in
Avatar of achaean1
achaean1

asked on

linux default permissions for new file in a specific folder tree

How do I set a default file permission for a folder? I see umask does it on a user basis, but if I want all new files in the

/test directory to be created with a certain permission level regardless of user, how do I do this?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of arnold
arnold
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of achaean1
achaean1

ASKER

The work around solution ended up using is just a shell script that updates the folders permissions once a day.