The term stickily bit is related to A. Kernel B. Undeletable file C. Both A and B D. None

Showing Answers 1 - 5 of 5 Answers

Neha Maheshwari

  • Aug 14th, 2005
 

i think its answer should be Option B i.e. undeletable 
files because user use sticky bit with its files for the  
the purpose of security of its files and no one from outside can delete it 

  Was this answer useful?  Yes

The bit in the mode of a Unix file which, if set for an executable, tells the kernel to keep the code loaded in swap space even after it has finished executing on the assumption that it is likely to be used again soon. This performance optimisation was included in some early (and recent) versions of Unix to save reloading frequently used programs such as the shell or vi from disk.If the sticky bit is set on a directory, an unprivileged user may not delete or rename files of other users in that directory even if he has write access to the directory.

  Was this answer useful?  Yes

The sticky bit was introduced in the Fifth Edition of Unix in 1974 for use with pure executable files. When set, it instructed the operating system to retain the text segment of the program in swap space after the process exited. This speeded subsequent executions by allowing the kernel to make a single operation of moving the program from swap to real memory

Hence the answer is A .Kernel

  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