Answer Posted / rakesh arora
umask is to set the default directory and file access
restriction set during it creation.
For Example if Umask is 033( means 000011011 ) then
directory permission will be its complement
so default dir permission is 111100100 ( means 744)
now,AND dir permission with 110110110 (666) so it comes to
and file permission is 110100100 (644)
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How does path variable work?
What is @echo off?
What is the syntax of while loop in shell scripting?
Write the syntax for "if" conditionals in linux?
How to get the last line from a file using just the terminal?
Explain about gui scripting?
What is inside a seashell?
What does .sh file contain?
What is the command to find out today's date?
How to check if the previous command was run successfully?
How does ls command work?
What is sh in shell script?
What is meant by dos operating system?
Why is the use of shell script?
What does echo mean in scripting?