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
Processes are started with what nice value by default?
Free
(Multiple Choice)
4.7/5
(39)
Correct Answer:
B
Which kill signal terminates a process by taking the process information in memory and saving it to a file called core on the hard disk in the current working directory?
Free
(Multiple Choice)
4.7/5
(27)
Correct Answer:
C
A(n) ____________________ refers to a program that is running in memory and on the CPU.
Free
(Short Answer)
4.9/5
(28)
Correct Answer:
process
What signal name and number function as the absolute kill signal, and when issued, forces the Linux kernel to stop executing the process by sending the process's resources to /dev/null?
(Multiple Choice)
4.8/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
-The act of creating a new BASH shell child process from a parent BASH shell process.
(Short Answer)
4.8/5
(42)
When there are multiple background processes executing in the shell, the jobs command indicates the most recent one with which symbol?
(Multiple Choice)
4.7/5
(32)
What two ps options can be used to display a full list of information about each process, and a long list of information about each process?
(Multiple Choice)
4.8/5
(31)
What character, when appended to a command, causes the command to be run in the background?
(Multiple Choice)
4.9/5
(34)
What kill signal and number can be used to send an interrupt signal to a process, and is the same as using the Ctrl+c combination to kill a running process?
(Multiple Choice)
4.9/5
(31)
In a cron table entry, what field specifies the absolute pathname to a command that is to be executed?
(Multiple Choice)
4.9/5
(31)
What can be used on a Linux system to trace the lineage of each child process?
(Multiple Choice)
4.7/5
(31)
On a Fedora based system, where are the shell environment and scheduled commands for at stored?
(Multiple Choice)
4.8/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
-A file specifying tasks to be run by the cron daemon
(Short Answer)
4.9/5
(34)
What command below is used to display the lineage of a process by tracing its PPIDs until the init daemon?
(Multiple Choice)
4.8/5
(38)
After a process has been started, you can change its priority by using the renice command.
(True/False)
4.8/5
(34)
In the output of the ps -l command, what column is the most valuable to systems administrators because it indicates what the process is currently doing?
(Multiple Choice)
4.9/5
(42)
Which of the following is not one of the three main types of Linux commands?
(Multiple Choice)
4.9/5
(44)
Describe the system cron table. How it is organized, and what information may be contained within it?
(Essay)
4.8/5
(33)
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 was started by another process.
(Short Answer)
4.7/5
(28)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)