Exam 9: Managing Linux Processes

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

Match each term with the correct statement below. -The location of system cron tables.

Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
Verified

G

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.

Free
(True/False)
4.9/5
(28)
Correct Answer:
Verified

True

Match each term with the correct statement below. -Ignoring a kill signal.

Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
Verified

D

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

(Multiple Choice)
4.8/5
(40)

To display a list of at Job IDs, you can specify the ____ option to the at command.

(Multiple Choice)
4.8/5
(32)

Why would you want to schedule commands? What methods are available for scheduling commands?

(Essay)
4.9/5
(24)

What is forking?

(Essay)
4.9/5
(36)

Processes that have encountered an error during execution and continuously uses up system resources are referred to as ____________________ processes.

(Short Answer)
4.9/5
(40)

When you append a(n) ____ to a command, the command is run in a background process.

(Multiple Choice)
4.8/5
(32)

The ____ 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.

(Multiple Choice)
4.9/5
(41)

The killall command uses the PID to kill a process.

(True/False)
4.9/5
(35)

When there are multiple background processes executing in the shell, the jobs command indicates the most recent one with a(n) ____ symbol.

(Multiple Choice)
4.8/5
(32)

Match each term with the correct statement below. -Directory storing the shell environment and scheduled commands.

(Multiple Choice)
4.8/5
(27)

The init daemon has a PID of 0. _________________________

(True/False)
4.8/5
(40)

Processes are started with a nice value of ____ by default.

(Multiple Choice)
4.9/5
(27)

Describe the system cron table. How it is organized, and what information may be contained within it?

(Essay)
4.8/5
(32)

While a process is waiting for its parent process to release the PID, the process is said to be in a(n) zombie state. _________________________

(True/False)
4.9/5
(32)

Each process can start an unlimited number of other processes.

(True/False)
4.9/5
(22)

Match each term with the correct statement below. -The location of user cron tables.

(Multiple Choice)
4.9/5
(29)

To display an entire list of processes across all terminals and including daemons, you can add the ____ option to any ps command.

(Multiple Choice)
4.7/5
(31)
Showing 1 - 20 of 45
close modal

Filters

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