systemctl 相关命令

systemctl
相关命令:service,chkconfig
systemd 是 Linux 下的一款系统和服务管理器,兼容 SysV 和 LSB 的启动脚本。systemd 的特性有:支持并行化任务;同时采用 socket 式与 D-Bus 总线式激活服务;按需启动守护进程(daemon);利用 Linux 的 cgroups 监视进程;支持快照和系统恢复;维护挂载点和自动挂载点;各服务间基于依赖关系进行精密控制。

任务  旧指令 新指令
使某服务自动启动    chkconfig --level 3 httpd on    systemctl enable httpd.service
使某服务不自动启动   chkconfig --level 3 httpd off   systemctl disable httpd.service
检查服务状态  service httpd status    systemctl status httpd.service (服务详细信息) systemctl is-enabled httpd.service (仅显示是否 Active)
显示所有已启动的服务  chkconfig --list    systemctl list-units --type=service
启动某服务   service httpd start systemctl start httpd.service
停止某服务   service httpd stop  systemctl stop httpd.service
重启某服务   service httpd restart   systemctl restart httpd.service
某服务重新加载配置文件 service httpd reload    systemctl reload httpd.service
# systemctl             #输出已激活单元

# systemctl list-units      #输出已激活单元

# systemctl --failed            #输出运行失败的单元

# systemctl list-unit-files     #查看所有已安装服务

# systemctl start nginx     #启动nginx

# systemctl stop nginx      #停止nginx

# systemctl restart nginx       #重启nginx

# systemctl reload nginx        #重新加载nginx配置

# systemctl status nginx        #输出nginx运行状态

# systemctl is-enabled nginx    #检查nginx是否配置为自动启动

# systemctl enable nginx        #开机自动启动nginx

# systemctl disable nginx       #取消开机自动启动nginx

# systemctl help nginx      #显示nginx的手册页

# systemctl daemon-reload       #重新载入 systemd,扫描新的或有变动的单元

# systemctl reboot          #重启

# systemctl poweroff            #退出系统并停止电源

# systemctl suspend         #待机

# systemctl hibernate       #休眠

# systemctl hybrid-sleep        #混合休眠模式(同时休眠到硬盘并待机

# systemctl isolate graphical.target    #等价于telinit 3 或 telinit 5

转载于:https://www.cnblogs.com/gongjingyun123--/p/11353889.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值