Linux Process Management

Assess your understanding of process creation,signals,and scheduling.

1. Which command is used to display a snapshot of currently running processes?
2. Which of the following are valid process states in Linux?
3. The default signal sent by the 'kill' command is SIGKILL.
4. What command resumes a suspended process in the background?
5. What does PPID stand for?
6. Which commands terminate processes by name?
7. A daemon process runs in the foreground and is tied to a terminal.
8. What is the PID of the init/systemd process, the first process started at boot?
9. Which command shows real-time system resource usage of processes?
10. Which actions can a zombie process perform?
Answered 0 of 0 — 0 correct