Skip to content

Instantly share code, notes, and snippets.

@iamdylanngo
Created April 2, 2020 10:17
Show Gist options
  • Save iamdylanngo/2a3eeaa50df30c37d55f30b9100b46fe to your computer and use it in GitHub Desktop.
Save iamdylanngo/2a3eeaa50df30c37d55f30b9100b46fe to your computer and use it in GitHub Desktop.
Centos 7 - Guide
# Set umask for another user
sudo vim /home/user/.bashrc
- Add line
umask 002
Options 2:
su -c "umask 002" user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment