Answer Posted / balaji t
umask is used to set the default directory/file access
restriction during it creation.
For example: In '.profile' if you use 'umask 033' then if
you create any file/directory that will be in 'rwx-r--r--'
| Is This Answer Correct ? | 22 Yes | 9 No |
Post New Answer View All Answers
What are the types of script?
How does ls command work?
What is web script?
how will you find the total disk space used by a specific user?
I want to connect to a remote server and execute some commands, how can I achieve this?
How would you compare the strings in a shell script?
What is the command to find out today's date?
Is shell a part of kernel?
What does echo $0 do?
what is info area how many types?
What is a shell script? Can you name some of its advantages?
Which shell is the best?
State the advantages of shell scripting?
What is basename in shell script?
How to get the first line from a file using just the terminal?