查看linux中某个端口是否被占用
Posted 美人鱼7号
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看linux中某个端口是否被占用相关的知识,希望对你有一定的参考价值。
1.netstat -tunlp | grep ****
-t--tcp -u--udp -l--listening -n --numeric -p--program -a--all
2.lsof -i :port
list open file -i This option selects the listing of files any of whose Internet address matches the address specified in i.
以上是关于查看linux中某个端口是否被占用的主要内容,如果未能解决你的问题,请参考以下文章