在Linux中,可以使用netstat或ss命令来查看系统正在监听的端口。netstat是一个老式的工具,而ss是一个更现代的替代工具。
netstat -tuln
-t
-u
-l
-n
ss -tuln