windows
tasklist /fi "imagename eq xxx.exe" 查看指定端口号对应的程序netstat -aon|findstr "443"tasklist|findstr "3244"
linux
ps -A | grep xxx
tasklist /fi "imagename eq xxx.exe" 查看指定端口号对应的程序netstat -aon|findstr "443"tasklist|findstr "3244"
ps -A | grep xxx
5885

被折叠的 条评论
为什么被折叠?
