在Ubuntu Linux系统中查看服务程序占用的端口命令是( )。
A: ps -aux
B: netstat –apn
C: watch port
D: lsof
A: ps -aux
B: netstat –apn
C: watch port
D: lsof
B
举一反三
- Linux下查看服务程序占用的端口命令是________。 A: ps -aux B: netstat –apn C: watch D: lsof
- Linux下查看服务程序占用的端口命令是()。 A: ps-aux B: netstat-apn C: watch D: lsof
- 在linux中查看系统中进程状态,用到ps命令,具体是:ps -aux
- 在windows和Linux系统中,可以使用以下哪个命令查看端口开放情况() A: netstat B: openports C: ps D: top
- Linux系统中使用()命令查看进程 A: ps–aux B: netsat C: ps–eaf D: dir
内容
- 0
Linux系统中,查看系统监听的端口以及连接状态,同时显示占用端口的进程信息 A: netstat –tlun B: netstat –an C: netstat –rn D: netstat –nap
- 1
以下查看WINDOWS系统连接端口命令,正确的是() A: netstat -an B: netstat -a | find 80 C: netstat -n | find 80 D: netstat -port
- 2
Linux查看系统进程的命令( )。 A: ps aux B: cat /etc/init.d C: top D: ps
- 3
linux查看系统活跃进程的命令是()。 A: ps B: netstat C: df D: ifconfig
- 4
Linux系统中,如何查看当前进程的信息,cpu,内存占用信息 A: ps -aux B: ps -ef C: df D: du