linux 列出所有端口 netstat -a | grep xxxx
列出所有用户的进程 ps aux | grep xxxx
windows 列出所有端口 netstat -ano | findstr xxxx
转载于:https://blog.51cto.com/llydmissile/1310952
linux 列出所有端口 netstat -a | grep xxxx
列出所有用户的进程 ps aux | grep xxxx
windows 列出所有端口 netstat -ano | findstr xxxx
转载于:https://blog.51cto.com/llydmissile/1310952