Which of the following can be used to view process information? Select all answers that apply.
A. top
B. pstree
C. which
D. w
查看答案
Which command is used to enumerate the background processes running in the current terminal session?
A. sleep
B. fg
C. jobs
D. bg
Which command is used to bring the process to the foreground?
A. bg
B. sleep
C. fg
D. &
Choose the correct statement related to CTRL-Z.
A. It is used to suspend the foreground processes.
B. It is used to suspend the background processes.
C. It is used to reinitiate the foreground processes.
D. It is used to reinitiate the background processes.
The _____ shortcut is used to terminate a foreground process.
A. CTRL-C
B. CTRL-Z
C. ALT-C
D. ALT-Z