摘要:
chkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。谨记chkconfig不是立即自动禁止或激活一个服务,它只是简单的改变了符号连接。 使用语法:chkconfig [--add][--del][--list][系统服务] 或 chkconfig [--level <等级代号 阅读全文
posted @ 2017-11-10 14:51
强神奇
阅读(274)
评论(0)
推荐(0)
摘要:
systemd即为system daemon,是linux下的一种init软件 centos7版本中开始使用 几个常用服务相关命令systemctl enable crond.service //让服务开机启动systemctl disable crond //不让开机启动systemctl sta 阅读全文
posted @ 2017-11-10 14:39
强神奇
阅读(605)
评论(0)
推荐(0)