Filters
Question type

Study Flashcards

​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.

Correct Answer

verifed

verified

On a Fedora based system, where are the shell environment and scheduled commands for at stored?​


A) ​/var/spool/cron/atjobs
B) ​/var/spool/at
C) ​/var/run/at
D) /var/run/cron/at​

Correct Answer

verifed

verified

Which of the following is not one of the three main types of Linux commands?​


A) ​binary programs
B) ​shell scripts
C) ​shell functions
D) ​device calls

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

Linux systems are typically scheduled to...

View Answer

What command below is used to display the lineage of a process by tracing its PPIDs until the init daemon?​


A) ​psbranch
B) ​pstree
C) ​psparent
D) ​pshead

Correct Answer

verifed

verified

​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.

Correct Answer

verifed

verified

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?


A) process priority
B) process state
C) process flag
D) PID

Correct Answer

verifed

verified

​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​

Correct Answer

verifed

verified

What character, when appended to a command, causes the command to be run in the background?


A) $
B) &
C) %
D) #

Correct Answer

verifed

verified

The killall command uses the PID to kill a process.

Correct Answer

verifed

verified

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?​


A) ​SIGINT
B) ​SIGKILL
C) ​2
D) ​9

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

process

Processes are started with what nice value by default?


A) -20
B) 0
C) 1
D) 19

Correct Answer

verifed

verified

B

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?​


A) SIGHUP​
B) ​SIGINT
C) ​1
D) ​2

Correct Answer

verifed

verified

After a process has been started, you can change its priority by using the renice command.

Correct Answer

verifed

verified

In a cron table entry, what field specifies the absolute pathname to a command that is to be executed?


A) first
B) second
C) fifth
D) sixth

Correct Answer

verifed

verified

​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?


A) ​-e
B) ​-p
C) ​-f
D) ​-l

Correct Answer

verifed

verified

What can be used on a Linux system to trace the lineage of each child process?​


A) ​process ID
B) ​parent process ID
C) ​execution order ID
D) ​process fork ID

Correct Answer

verifed

verified

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?


A) SIGINT
B) SIGKILL
C) SIGQUIT
D) SIGTERM

Correct Answer

verifed

verified

C

When there are multiple background processes executing in the shell, the jobs command indicates the most recent one with which symbol?


A) -
B) /
C) +
D) *

Correct Answer

verifed

verified

Showing 1 - 20 of 50

Related Exams

Show Answer