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 does chmod do?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
Is it possible to substitute "ls" command in the place of "echo" command?
What is gui scripting?
how will you find the total disk space used by a specific user?
How to use arguments in a script?
What is an inode block?
What is the use of a shebang line?
How do I run a script on mac?
What is the difference between scripting and coding?
How can we find the process name from its process id?
What is a shell script in windows?
What is option in shell script?
I want to connect to a remote server and execute some commands, how can I achieve this?
How do I run a .sh file?