查看Nodejs 占用的端口
时间:2020-02-14 00:45:22
收藏:0
阅读:693
查看 Nodejs 占用的端口: ps -ef | grep 进程名字
linux通过端口查看进程:netstat -nap | grep 端口号
原文:https://www.cnblogs.com/defend009/p/12305779.html
评论(0)