红联Linux门户
Linux帮助

教大家几个基本systemctl的用法

发布时间:2015-04-24 21:47:51来源:linux网站作者:hkz85825915

systemctl的基本用法如下:
教大家几个基本systemctl的用法

注:以上图片上传到红联Linux系统教程频道中。

systemctl start XXX 启动XXX服务
systemctl stop XXX 停止XXX服务
systemctl enable XXX 让XXX开机启动(方便多啦!)
systemctl disable XXX 让XXX取消开机启动
systemctl status XXX 查看XXX的状态(图中就是lightdm的状态)
systemctl reboot 重启
systemctl poweroff 关机
systemctl suspend 睡眠
systemctl hibernate 休眠
这只是很小一部分,Systemd要强大的多啦!