📜  cli 检查端口上正在侦听的内容 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:27.411000             🧑  作者: Mango
代码示例3
lsof -i tcp:53 #Check what is listening on port 53
lsof -t -i tcp:53 #Return the process PID listening on port 53