Linux下查看端口是否被占用时间:2022-11-26 15:18:27命令一 使用命令lsof查看端口占用情况 lsof -i[:端口号] 例:lsof -i:8081 占用结果:打印出进程与端口信息 未占用结果:什么也不打印 命令二 netstat -anp | grep 80