# 查看端口
netstat -tnlp|grep -w 16789
# 查看程序名称
ps aux|grep python
-----------------------------------------------------------------------------------------------------------------------------------------
linux命令之查端口
阅读 219
2022-09-25
# 查看端口
netstat -tnlp|grep -w 16789
# 查看程序名称
ps aux|grep python
-----------------------------------------------------------------------------------------------------------------------------------------
相关推荐
精彩评论(0)