What is UMASK?
2 posts
• Page 1 of 1
What is UMASK?
UMASK (User Mask or User file creation MASK) is the default permission or base permissions given when a new file (even folder too, as Linux treats everything as files) is created on a Linux machine. Most of the Linux distros give 022 (0022) as default UMASK. In other words, it is a system default permissions for newly created files/folders in the machine.
- Sreenath
- Posts: 0
- Joined: Mon Oct 27, 2014 3:27 pm
What is UMASK
Hello
Here in my organization all pc are ubuntu. Now, I want to develop umask on user.
scenario is that person who loged in can only access his home directory not others home directory.
Please Guide me.
Here in my organization all pc are ubuntu. Now, I want to develop umask on user.
scenario is that person who loged in can only access his home directory not others home directory.
Please Guide me.
- JoshuaSi
- Posts: 0
- Joined: Sat Jun 13, 2015 7:19 pm
2 posts
• Page 1 of 1