码迷,mamicode.com
首页 > Web开发 > 详细

httpd基本命令

时间:2018-09-12 15:57:24      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:lis   sre   分享图片   bubuko   rem   top   ==   技术   emc   

查看有没有安装包:

#rpm -ql httpd

不加l是查看安装包

 

#yum list installed

 

来查案安装过的包,  +  |grep httpd

#yum list installed | grep httpd

 

 

判断服务有没有起来

#systemctl status httpd

 

从进程上来看    是否有这样的进程

#ps aux | grep httpd

 

来查看有没有80的端口

#ss -tanmlp | grep httpd

 

关掉服务:1

#systemctl stop httpd

查看服务器状态

#systenctl status httpd

2

#sysremctl start httpd

#systemctl status httpd

 

另一种

#ps aux | grep httpd

#kill -9 前段号码

      

 

再来看看进程

failed挂起的状态   停止的状态  ==  关掉  

 

 

关掉以后没有端口号:

#systemctl stop httpd

#ss -tnmlp | grep httpd

此时没有端口号

查看端口号

#ss -tnmlp | grep httpd

技术分享图片

 

httpd基本命令

标签:lis   sre   分享图片   bubuko   rem   top   ==   技术   emc   

原文地址:https://www.cnblogs.com/Zxiaotian/p/9634944.html

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