码迷,mamicode.com
首页 > 系统相关 > 详细

Linux下查看80端口是否被占用

时间:2018-05-31 19:35:58      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:bar   tail   order   details   boa   80端口   grep   str   term   

方式一:

 

[plain] view plain copy
 
  1. ps -ef |grep 80  


技术分享图片

 

方式二:

 

[plain] view plain copy
 
  1. netstat -anp |grep :80  

方式三:

 

[plain] view plain copy
 
  1. lsof -i:80  

 

方式四:

 

[plain] view plain copy
 
  1. netstat -tunlp |grep :80  


方式五:

 

[plain] view plain copy
 
  1. netstat -an |grep :80  



技术分享图片

Linux下查看80端口是否被占用

标签:bar   tail   order   details   boa   80端口   grep   str   term   

原文地址:https://www.cnblogs.com/kenshinobiy/p/9118004.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!