Question
How can I update a cPanel user's umask?
Answer
To update a user's umask, you can simply append a line to its .bashrc file. For example:
[root@samtest ~]# echo "umask 0022" >> /home/samtest/.bashrc
[root@samtest ~]# su - samtest
Last login: Wed Aug 19 15:36:36 CDT 2020 on pts/0
[samtest@samtest ~]$ umask
0022