Home > Linux > Quizzes > Linux Basics Practice Test: Process Management
Linux Basics Practice Test: Process Management
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 65% Most missed: “We can change the priority of a running process using”
Process management in Linux is the process of controlling and monitoring the processes that are running on a Linux system. This includes managing process resources, scheduling processes to run on the CPU, and terminating processes when required.  Understanding how processes work and managing them well is vital for keeping the system stable, secure, and fast. It also helps users get the most out of their resources, prevent attempts to gain more privileges, and ensure their Linux environment is safe and efficient.  Here are some Linux process management commands: kill: Used to terminate a... Show more
Linux Basics Practice Test: Process Management
Time left 00:00
12 Questions

1. Process information in the current shell can be obtained by using
2. Which signal is sent by the command “kill -9 ” ?
3. Which of the following values for STAT column of ps command is not true:
4. When a child process exits before the parent process exits, which of the following is true:
5. The signal sent to a process when the Ctrl-C key is pressed is
6. If a program executing in background attempts to read from STDIN
7. Which command is used to bring the background process to forground?
8. nohup is used to
9. If a program executing in background attempts to read from STDIN
10. How to run a process in the background?
11. Which of the following values for STAT column of ps command is not true:
12. The signal sent to a process when the Ctrl-C key is pressed is