[root@localhost ~]# chkconfig --list              # 列出开启或关闭了哪些系统服务
[root@localhost ~]# chkconfig xxx off             # 关闭某个系统服务
[root@localhost ~]# chkconfig xxx on              # 开启某个系统服务
[root@localhost ~]# chkconfig --level 3 xxx off   # 指定在哪个运行级别下关闭系统服务
[root@localhost ~]# chkconfig --add xxx           # 添加指定的系统服务,注意添加后要开启
[root@localhost ~]# chkconfig --del xxx           # 删除指定的系统服务

 

相关文章:

  • 2021-07-23
  • 2021-06-29
  • 2021-09-05
  • 2021-08-22
  • 2021-10-22
  • 2021-09-29
  • 2021-11-30
  • 2021-06-09
猜你喜欢
  • 2021-12-31
  • 2021-12-26
  • 2021-10-23
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
相关资源
相似解决方案