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
What is the first line in a shell script?
Please give me example of " at command , contrab command " how to use
How to find duplicate record in file using shell script?
what is info area how many types?
How to use arguments in a script?
What is c in shell script?
What is shell company all about?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
Is shell scripting useful?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
How does path variable work?
What shell is bin sh?
How to print pid of the current shell?
Why is it called a shell?
how will you find the total disk space used by a specific user?