What is Umask in Linux and how to use it effectively?
Umask (a shortcut of user-file creation mode mask) is a Linux command that sets permissions for a file or directory users create. Linux uses this fundamental command to set the default permissions. When creating a new file or directory, the umask command determines the initial access level.
|
|
We can count umask as a function that sets the mask, which is known as the file mode creation mask.The next paragraphs will explain how Umask works and how to use the command with the values in different scenarios. Let’s get started! Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.