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. 

Syntax: umask [-p] [-S] [mask]  

Where,  
[mask]: It REPRESENTS the permission MASKS that you are applying. 
[-S]: It displays the current mask as a symbolic value. 
[-p]: It displays the current mask along with umask command thus allowing it to be copied and pasted as a future input.  



Discussion

No Comment Found