题目内容

以下哪条命令可以根据进程名杀死所有该名称的进程?

A. killproc
B. killname
C. killall
D. kill -f

查看答案
更多问题

以下哪条命令可以树形结构打印进程树?

A. ps
B. psdisp
C. pstree
D. ptree

pstree的哪个选项可以同时打印进程的PID?

A. -i
B. -b
C. -p
D. -a

以下哪条命令将显示进程id,有效用户id,文件系统访问用户id和在该文件系统上运行的命令?

A. listproc -uf
B. ps -eo pid,euser,fuser,comm
C. ps -e pid,user,comm
D. ps -fa

以下哪种方法可以在top中按内存占用情况由高到低对进程排序?

A. Within top, type o and then select mem.
B. Within top, press f, scroll to %MEM, press s to select, and then press q to quit.
C. Within top, press S and then select %MEM.
D. Within top, press Shift+S, select %MEM, then press q to quit.

答案查题题库