Answer Posted / narendrasairam
If any file possess all the read,write and execute
permissions means, its said to have permission set "777".
umask is a command which displays or sets the file mode
creation mask.
Means, any created file is masked with the permission set
given by umask command.
For instance, if the umask is "033" the default file
permissions will be 777-033 i.e., "744" just as file
permissions in above Balaji's answer.
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
Is shell and terminal the same?
What does it mean to debug a script?
How will you copy a file from one machine to other?
Please give me example of " at command , contrab command " how to use
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
How do you know which shell I am using?
Is shell scripting useful?
Can we run shell script in windows?
What is .sh file in mac?
What is shell and shell script?
What are the zombie processes?
What is sh in shell script?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What is the command to find out today's date?
What does $1 mean in bash?