Home / Programming MCQs / Linux MCQs / Question
J
Q. Which daemon manages physical memory by moving the process that is in ‘physical memory’ to the ‘swap space’ when more physical memory is needed?
It is normal for Linux systems to use swap, even if physical memory (RAM) is always free. The kernel moves memory pages that are hardly used into swap memory. The use of swap becomes a problem only when the amount of available physical memory is insufficient, and the kernel is forced to constantly move memory pages to the swap space and back to physical memory, just to keep the applications running. In this case, the System Monitor Applications show a large amount of disk I/O activity.
You must be Logged in to update hint/solution
Which command changes the group owner of a file?
Which of the following signal cannot be handled or ignored?
Which of the following commands is used to list remove files?
The commonly used UNIX commands like date, Is, cat, etc. are stored in
If you are a root user, how can you enable execution only for the owner of the file “myfile”?
The Samba daemon responsible for handling name resolution is which of the following?
Which section of man page documents contains information on user commands?
Discusssion
Login to discuss.