TonyGroves
Programmer
I want to ensure that all files in users' home directories have their permissions set by default to 0660 (0770 for directories). If I put "umask 007" in .bashrc, that takes care of files created by Bash, and Samba seems to use those permissions by default, but what about other programs? Is there any way to ensure that all programs use those default permissions?
Thanks a lot.
Thanks a lot.