📜  lsof port - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:30.799000             🧑  作者: Mango

代码示例4
lsof -i tcp:53 #Check what is listening on port 53
lsof -t -i tcp:53 #Return the process PID listening on port 53