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 |
what is bus trap.
what are different ways the context switch happens from user to kernel space or vice-versa ?
linux file defaults permition
why the kernel panic error was appering?
I would like to know whether Simado and Setu products are they EPBX or not ?
what is the diff b/w MUTEX and semaphore?
What is atomic function / atomic variable ?
what is mean by raid and what are all raids available even in software and hardware?
What are system calls used for process management in linux?
Explain process management system calls in linux?
what is nis server
what is the difference between user APIs and kernel system calls ?