初始化进程init与systemd
在红帽7/8初始化进程服务是systemd,红帽老版本(5/6)的初始化进程服务是init,新版中已经没有了运行级别的概念。rhel7/8中不再使用service管理服务而是采用systemctl命令来管理服务的。systemctl管理服务的常用命令:
systemctl start 服务名称
systemctl stop 服务名称
systemctl restart 服务名称,
systemctl reload 服务名称,
systemctl status 服务名称,
systemctl enable 服务名称,
systemctl disable 服务名称,