Exam 9: Managing Linux Processes

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Processes are started with what nice value by default?

Free
(Multiple Choice)
4.7/5
(39)
Correct Answer:
Verified

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:
Verified

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:
Verified

process

The killall command uses the PID to kill a process.

(True/False)
4.8/5
(40)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)