Multiple choice

The ___________ daemon runs as process 0 on BSD systems. It manages the physical memory by moving the process from physical memory to swap space when more physical memory is needed.

  1. bfs

  2. init

  3. swapper

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The swapper daemon runs as process 0 on BSD systems. It manages the physical memory by moving the process from physical memory to swap space when more physical memory is needed.