linux file defaults permition
Answers were Sorted based on User's Feedback
umask value = 022
Without a umask in effect,any file created will have 666
permissions.
666
022
---------
644
---------
A umask of 022 will result in files created with 666 permission.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / sandeep
normal user
permissions.
666 Default permission
022 Umask value
---------
644 Actual permission
Root user
666 Default permission
002 U mask Value
--------
664 Actual value
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / nageshp
A umask of 022 will result in files created with 644 permission.
| Is This Answer Correct ? | 5 Yes | 0 No |
How to create secured appeche web sever ?
what is cups and how to configure?
what is stored in /proc ? what is significance of /proc in linux ?
What do fork() internally call?
What is the Diffrent between Redhat linux And suse linux
Port number is already in use .. how to fix for apache..?
What is atomic function / atomic variable ?
what is samba, what is configuration file, how it will work?
if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?
what is iptabe on redhat linux?
linux system its not booting up its showing groub error what i need to do?
diff b/w spinlock, seamaphores and mutex and where to use it.