- Which command prints processes that have been started in a new Terminal?
A. pkill
B. chmod
C. ps
D. chage
- Which option with the ps command prints all processes running in a system?
A. -B
B. -b
C. -e
D. -x
- Which option with the ps command can be used to print the output in a hierarchical layout?
A. -forest
B. --forest
C. --tree
D. -tree
- Which option with the ps command is used to specify a user process?
A. -x
B. -a
C. -u
D. -d
- Which option with the kill command is used to display the various SIG terms?
A. -
B. -l
C. -i
D. -d
- Which number is equivalent to SIGKILL when using the kill command?
A. 8
B. 10
C. 7
D. 9
- Which option with the top command can specify the user?
A. -u
B. -p
C. -v
D. -a
- Which letter is used to set how often the results are refreshed inside the top utility?
A. -a
B. b
C. d
D. e
- Which option can be used to reread a process configuration...