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
What is the octal representation of these -rwx r-s r– permissions?
Which signal is sent when the Child process terminates?
In Linux hard disk partition, hda2, a stands for the ___
Which command takes the input from standard input and copies into a file?
The Samba daemon responsible for handling name resolution is which of the following?
Which is the correct command syntax to rename a file "abc.txt" to "pqr.txt"?
Which command is used to identify file type in linux?
Discusssion
Login to discuss.