sh 如何检查Linux上的侦听端口和应用程序:

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 如何检查Linux上的侦听端口和应用程序:相关的知识,希望对你有一定的参考价值。

How to check the listening ports and applications on Linux:
Open a terminal application i.e. shell prompt.
Run any one of the following command:
sudo lsof -i -P -n | grep LISTEN 
sudo netstat -tulpn | grep LISTEN
sudo nmap -sTU -O IP-address-Here

以上是关于sh 如何检查Linux上的侦听端口和应用程序:的主要内容,如果未能解决你的问题,请参考以下文章

sh Linux:找出哪个进程正在侦听端口

如何虚拟化 Linux 应用程序正在侦听的 IP 端口?

sh 如何检查特定端口上的服务器连接(ping)

sh Bash - 如何列出所有侦听端口的服务

sh Bash - 如何列出所有侦听端口的服务

sh Bash - 如何列出所有侦听端口的服务