linux关闭http服务的命令,Linux服务怎么重启与关闭之service命令

  • Post author:
  • Post category:linux


1. Linux管理服务工具之service简介

本文主要是讲解service命令的功能与日常使用方法,该命令是红帽兼容系列的发行版中用来控制系统服务的实用工具,它以启动、停止、重新启动和关闭系统服务,还可以显示所有系统服务的当前状态。注意CentOS7以后使用了systemctl工具来管理服务,不再使用service。

以下命令不适用于CentOS7

2. 常用方式

2.1 启动服务

service start

2.2 停止服务

service stop

2.3 重启服务

service restart

原理是先停止再启动

3. 查看网络服务的状态

[root@zcwyou ~]# service network status

Configured devices:

lo eth0

Currently active devices:

lo eth0

13ae090198576ca26b431dfb2c46794e.png

4. 重启网络服务

[root@zcwyou ~]# service network restart

Shutting down interface eth0: Device state: 3 (disconnected)

​ [ OK ]

Shutting down loopback interface: [ OK ]

Bringing up loopback interface