以下哪条命令将打印当前打开的端口以及正在使用该端口的进程?
A. netstat -a
B. lsof -i
C. ps auwx
D. netlist
查看答案
以下哪个ps选项可以宽格式显示信息?
A. z
B. w
C. a
D. o
以下哪条命令可以查看后台任务列表?
A. procs
B. plist
C. jobs
D. free
在命令后添加一个&的作用是?
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. %