Linux System Calls Question: Download Linux System Calls PDF

Linux file defaults permition is?

Tweet Share WhatsApp

Answer:

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.

Download Linux System Calls PDF Read All 35 Linux System Calls Questions
Previous QuestionNext Question
How to create secured appeche web sever?What is atomic function and atomic variable?