Displaying 1 result from an estimated 1 matches for "umask_overrid".
Did you mean:
umask_override
2010 Oct 07
2
sudo 1.6.9 versus sudo 1.7.2 behavioral differences with umask settings
Two servers, each have normal user umask values of 0077 and root umask
values on 0022.
On the first server (CentOS 5.4 i386) running sudo 1.6.9pl7-5 (from
base), here are the results of touching a file as a user, as root and as
a user sudoing to root:
user: touch file - result is 600
root: touch file - result is 644
user: sudo touch file - result is 644
On the second server (CentOS x86-64)