InterviewSolution
| 1. |
What do you mean by unmask? |
|
Answer» Umask, also KNOWN as user file-creation mask, is a Linux COMMAND that allows you to set up DEFAULT permissions for new files and folders that you create. In Linux OS, umask command is used to set default file and folder permission. It is also used by other commands in Linux like mkdir, tee, touch, etc. that create files and directories. Where, |
|