systemctl

Posted benjamin666

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了systemctl相关的知识,希望对你有一定的参考价值。

Systemd 是 Linux 系统工具,用来启动进程守护,已成为大多数发行版的标准配置

("守护进程"(daemon)就是一直在后台运行的进程(daemon))

systemctl是 Systemd 的主命令,用于管理系统。


# 重启系统
$ sudo systemctl reboot

# 关闭系统,切断电源
$ sudo systemctl poweroff

# CPU停止工作
$ sudo systemctl halt

# 暂停系统
$ sudo systemctl suspend

# 让系统进入冬眠状态
$ sudo systemctl hibernate

# 让系统进入交互式休眠状态
$ sudo systemctl hybrid-sleep

# 启动进入救援状态(单用户状态)
$ sudo systemctl rescue

以上是关于systemctl的主要内容,如果未能解决你的问题,请参考以下文章

httpd.service 的作业失败,因为控制进程以错误代码退出。有关详细信息,请参阅“systemctl status httpd.service”和“journalctl -xe”

systemctl怎么启动udev

systemctl启动服务句柄数不生效

Swoole实验室:5-使用Systemctl管理Swoole服务

启动 apache2 时出现“systemctl status apache2.service”错误

如何编写systemctl自启动服务 service文件