In Unix what is UMASK Value? Is it octal form or decimal form? And when we give permissions in chmod, as 644, is this 644 in octal or decimal. Does any conversion happen inside the kernel to do this? I am confused about this ....

Showing Answers 1 - 1 of 1 Answers

Beemakonda

  • Nov 23rd, 2006
 

UMASK values is 0002, I hope this is octal form1st 0 ---> stick bit is for .exe file2nd 0 ---> user3rd 0 ---> group4th 2 ---> othersstick bit is for .exe file. If any exe file is set with the stick bit for the 1st time loads from the harddisk into the swap memory (part of Kernel) And then transaction starts. For the nexttime os will take the exe file from the swap memory and then transaction starts. For everytime of request need not to contact the harddisk that improves performance of os.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions