user3467039
user3467039

Reputation: 9

Verify umask value in UNIX terminal

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

Answers (1)

user2404501
user2404501

Reputation:

Just run umask without an argument and it'll print the current umask of the shell process.

Upvotes: 2

Related Questions