# 查看端口
netstat -tnlp|grep -w 16789
# 查看程序名称
ps aux|grep python
-----------------------------------------------------------------------------------------------------------------------------------------
微信扫一扫
# 查看端口
netstat -tnlp|grep -w 16789
# 查看程序名称
ps aux|grep python
-----------------------------------------------------------------------------------------------------------------------------------------
相关推荐