Answer Posted / shajahan
umask stands for user file creation mask, the term mask
implying which permissions to mask or hide. The umask value
tells Unix which of the three permissions are to be denied
rather than granted. The current value of umask can be
easily determined by Command: $umask
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are filters explain sort with all the options available?
Explain about sourcing commands?
How important is shell scripting?
What is an sh file?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
How do I run a script on mac?
How will you pass and access arguments to a script in linux?
Which shell is the best?
What is a shell script? Can you name some of its advantages?
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
Explain about the exit command?
Can you write a script to portray how set –x works?
How are shells born?
How do I run a script from command prompt?
Suppose you execute a command using exec, what will be the status of your current process in the shell?