Created
April 2, 2020 10:17
-
-
Save iamdylanngo/2a3eeaa50df30c37d55f30b9100b46fe to your computer and use it in GitHub Desktop.
Centos 7 - Guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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