在命令后添加一个&的作用是?
A. Disconnects the command from the terminal session.
B. Runs the command in foreground mode.
C. Runs the command in background mode.
D. Redirects the output to another command.
E. Redirects the output to a file.
要在后台执行命令,需要在命令后面添加以下哪个符号?
A. >
B. &
C. |
D. >>
E. %
以下哪条命令可以打印当前打开的文件以及它们的大小?
A. ls
B. lsof
C. lsio
D. ls -o
以下哪条命令将打印所有打开的到端口80的连接?
A. lsof -i 80
B. lsof 80
C. lsof -i :80
D. lsof -i -80