Answer Posted / neha c
UMASK:- user file creation mask. This tells which
permissions are hidden from the owner, group and other. It
doesnt tell which permissions are granted rather tells which
are denied.
Default file permissions=666
Default directory permissions=777
Actual file permissions= (Default file permissions) - (Value
of Umask)
If value of UMASK = 232 then actual file permissions=
666-232= 434
Value of UMASK can be changed by the following command:-
UMASK <new_value_to_be_given>
UMASK 253
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What does egrep mean?
What is difference between shell and bash scripting?
What does echo mean in scripting?
What is the crontab?
How to print the first array element?
How do I run a bin bash script?
What language is bash written in?
c program to display the information of given file similar to givan by the unix or linux command ls -l
How do I run a script on mac?
What is inside a seashell?
What is shell geeksforgeeks?
What is a shell? · Types of shell · what is shell scripting?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What exactly is a shell?
What is wc in shell script?