Reputation: 9
In my terminal I changed the bitmask to "umask 022" and was just wondering what command do you use to verify that the bitmask was changed?
Upvotes: 0
Views: 91
Reputation:
Just run umask
without an argument and it'll print the current umask of the shell process.
Upvotes: 2