Exam 9: Managing Linux Processes

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

The ps command is the only command that can view process information.

(True/False)
4.9/5
(36)

In the output of the ps -l command, the ____ column is the most valuable to systems administrators because it indicates what the process is currently doing.

(Multiple Choice)
4.9/5
(32)

Match each term with the correct statement below. -Daemon used to schedule a command to execute once in the future.

(Multiple Choice)
4.9/5
(40)

The ____ field in a cron table contains the absolute pathname to the command to be executed.

(Multiple Choice)
4.7/5
(37)

A system process that is not associated with a terminal is called a(n) ____ process.

(Multiple Choice)
4.8/5
(40)

Match each term with the correct statement below. -A process's identifier that allows the kernel to identify it uniquely.

(Multiple Choice)
4.8/5
(30)

Match each term with the correct statement below. -Identifies the process that started another process.

(Multiple Choice)
4.9/5
(37)

A(n) ____________________ refers to a program that is running in memory and on the CPU.

(Short Answer)
5.0/5
(30)

The ____________________ can be used to affect the process priority indirectly.

(Short Answer)
4.9/5
(43)

There are ____ different kill signals that the kill command can send to a certain process.

(Multiple Choice)
4.9/5
(33)

The SIGINT kill signal is the default kill signal used by the kill command. _________________________

(True/False)
4.9/5
(31)

Match each term with the correct statement below. -An executable file on the hard disk that can be run when you execute it.

(Multiple Choice)
4.8/5
(29)

To create or edit a user cron table, you can use the ____ option to the crontab command.

(Multiple Choice)
5.0/5
(31)

A value of 0 for a process priority indicates low priority. _________________________

(True/False)
4.7/5
(29)

The ____ kill signal stops a process and then restarts it with the same PID.

(Multiple Choice)
4.8/5
(32)

When killing a background job with the kill command, you must prefix the background job IDs by a(n) ____.

(Multiple Choice)
4.8/5
(37)

The ____ option to the ps command displays all processes that do not run on terminals.

(Multiple Choice)
4.8/5
(27)

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)
4.9/5
(38)

After a background process has been started, it can be moved to the foreground by using the ____ command.

(Multiple Choice)
4.7/5
(30)

You can execute ____ main types of Linux commands.

(Multiple Choice)
4.9/5
(30)
Showing 21 - 40 of 45
close modal

Filters

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