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 use of break command?
What is k shell?
What command needs to be used to take the backup?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
How does ls command work?
What is difference between shell and bash scripting?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
How would you compare the strings in a shell script?
Is shell a scripting language?
Is shell scripting useful?
What are the different types of shell scripting?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
How do I run a shell script on a mac?
What is the use of a shebang line?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?