重庆思庄Oracle、Redhat认证学习论坛
标题:
rhel6与rhel7、8的服务管理命令区别
[打印本页]
作者:
mahan
时间:
2021-11-5 16:58
标题:
rhel6与rhel7、8的服务管理命令区别
本帖最后由 mahan 于 2021-11-8 10:36 编辑
在rhel6中管理服务的启动、重启、停止、重载、查看状态的命令如下:
service foo start service foo restart service foo stop service foo reload service foo status
在rhel7、8中管理服务的启动、重启、停止、重载、查看状态的命令如下:
systemctl start foo.service systemctl restart foo.service systemctl stop foo.service systemctl reload foo.service systemctl status foo.service
在rhel6中systemctl设置服务的开机启动、不启动、查看各级别下服务命令状态的命令:
chkconfig foo on chkconfig foo off chkconfig foo chkconfig --list
在rhel7、8中systemctl设置服务的开机启动、不启动、查看各级别下服务命令状态的命令:
systemctl enable foo.service systemctl disable foo.service systemctl is-enable foo.service systemctl list-unit-files --type=service
作者:
郑全
时间:
2021-11-8 16:40
对,RHEL7开始,使用SYSTEMD
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2