Hi All,
I've been trying to change umask of a local user. I've looked around for instructions, and tried adding umask in .login_conf in user's home directory.
Also ran cap_mkdb .login_conf after modification. umask remains 022, unchanged.
In addition, I've changed it in main login.conf. Didn't work either.
Changed it in .shrc to 002. As user uses sh shell.
Am I doing something wrong? Pointers will be appreciated.
I've been trying to change umask of a local user. I've looked around for instructions, and tried adding umask in .login_conf in user's home directory.
Code:
me:\
:umask=002:
Also ran cap_mkdb .login_conf after modification. umask remains 022, unchanged.
In addition, I've changed it in main login.conf. Didn't work either.
Code:
dload:\
:umask=002:
Changed it in .shrc to 002. As user uses sh shell.
Am I doing something wrong? Pointers will be appreciated.