wanghetao

Linux下查看进程占用端口:

查看程序对应进程号:ps –ef|grep 进程名

 

REDHAT :查看进程号所占用的端口号:netstat –nltp|grep 进程号

 

ubuntu:查看进程占用端口号:netstat -anp|grep pid

 

Linux下查看端口号所使用的进程号:

使用lsof命令: lsof –i:端口号

分类:

技术点:

相关文章:

  • 2021-04-08
  • 2022-02-06
  • 2021-12-14
  • 2022-01-18
  • 2022-12-23
  • 2022-02-02
  • 2021-05-15
  • 2022-01-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
相关资源
相似解决方案