随笔分类 -  操作系统

摘要:Liunx下开放端口 - 查看端口占用 netstat - 查看端口占用 - 查80端口的占用 netstat -lnp|grep 80 netstat -tnlp|grep :8081 lsof -i:5000 # unbuntu - 查nginx端口占用 netstat -lnp|grep ng 阅读全文
posted @ 2019-04-30 16:49 刘呆哗 阅读(938) 评论(0) 推荐(0)