Exam 9: Managing Linux Processes
Exam 1: Introduction to Linux50 Questions
Exam 2: Linux Installation and Usage50 Questions
Exam 3: Exploring Linux Filesystems50 Questions
Exam 4: Linux Filesystem Management50 Questions
Exam 5: Linux Filesystem Administration50 Questions
Exam 6: Linux Server Deployment50 Questions
Exam 7: Working With the Bash Shell50 Questions
Exam 8: System Initialization and X Windows50 Questions
Exam 9: Managing Linux Processes50 Questions
Exam 10: Common Administrative Tasks50 Questions
Exam 11: Compression, System Backup, and Software Installation50 Questions
Exam 12: Network Configuration50 Questions
Exam 13: Configuring Network Services50 Questions
Exam 14: Troubleshooting, Performance, and Security50 Questions
Select questions type
Match each correct item with the statement below.
a.at command
b.background command
c.child process
d.cron table
e.daemon process
f.forking
g.parent process
h.process ID (PID)
i.time slice
j.trapping
-A system process that is not associated with a terminal.
(Short Answer)
4.7/5
(39)
When killing a background job with the kill command, the background job ID must be prefixed by what character below?
(Multiple Choice)
5.0/5
(35)
Match each correct item with the statement below.
a.at command
b.background command
c.child process
d.cron table
e.daemon process
f.forking
g.parent process
h.process ID (PID)
i.time slice
j.trapping
-A process that has started other processes.
(Short Answer)
4.9/5
(32)
In a process referred to as ____________________, when executing compiled programs or shell scripts, the BASH shell that interprets the command you typed creates a new BASH shell.
(Short Answer)
4.7/5
(36)
After a background process has been started, what command below can be used to move it to the foreground?
(Multiple Choice)
4.9/5
(37)
In order to display a list of at job IDs, what option can be specified to the at command?
(Multiple Choice)
4.8/5
(30)
How many different kill signals can be sent by the kill command to a given process?
(Multiple Choice)
4.9/5
(42)
Explain why scheduling commands can be beneficial, and detail some of the methods available for scheduling commands.
(Essay)
4.9/5
(36)
When viewing the output of the ps ax command, what does a < symbol in the STAT column indicate for a process?
(Multiple Choice)
4.8/5
(32)
Describe the purpose the process state column displayed by the ps -l command. What values may appear in this column, and what do these values indicate?
(Essay)
5.0/5
(39)
Match each correct item with the statement below.
a.at command
b.background command
c.child process
d.cron table
e.daemon process
f.forking
g.parent process
h.process ID (PID)
i.time slice
j.trapping
-The command used to schedule commands and tasks to run at a preset time in the future.
(Short Answer)
4.7/5
(35)
What two processes below will show up as PID 1, depending on whether a system uses UNIX SysV or Systemd init processes?
(Multiple Choice)
4.7/5
(50)
If the /etc/at.allow and /etc/at.deny files do not exist, only the root user is allowed to schedule tasks using the at daemon.
(True/False)
4.9/5
(31)
The amount of time a process has to use the CPU is called a(n) ____________________.
(Short Answer)
4.9/5
(36)
Match each correct item with the statement below.
a.at command
b.background command
c.child process
d.cron table
e.daemon process
f.forking
g.parent process
h.process ID (PID)
i.time slice
j.trapping
-A unique identifier assigned to every process as it begins.
(Short Answer)
4.9/5
(43)
What option can be used with the ps command to display an entire list of processes across all terminals and including daemons?
(Multiple Choice)
4.8/5
(34)
What number indicates the lowest kernel priority (PRI) of a process possible?
(Multiple Choice)
4.9/5
(37)
Processes that have encountered an error during execution and continuously uses up system resources are referred to as ____________________ processes.
(Short Answer)
4.9/5
(34)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)