linux下常用命令查看端口占用 杨公子 7 月 22, 2020 585 0 netstat -ntlp //查看当前所有tcp端口·netstat -ntulp |grep 80 //查看所有80端口使用情况·netstat -ntulp | grep 3306 //查看所有3306端口使用情况· 打赏赞微海报分享 打赏赞微海报分享
发表评论