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
Is shell scripting easy to learn?
Is shell scripting a programming language?
What is web script?
What is a file basename?
Write a command sequence to find the count of each word?
Is shell and terminal the same?
How do I run a powershell script?
How do I set bash as default shell mac?
How do scripts work?
What is option in shell script?
how will you find the total disk space used by a specific user?
Write the syntax for "if" conditionals in linux?
What is @echo off?
What is awk in shell script?
How do I run a .sh file on mac?