美文网首页
Linux 后台服务管理

Linux 后台服务管理

作者: 花丶小伟 | 来源:发表于2017-09-30 17:51 被阅读0次

后台服务管理

  • service network status 查看指定服务的状态
  • service network stop 停止指定服务
  • service network start 启动指定服务
  • service network restart 重启指定服务
  • service --status-all 查看系统中所有的后台服务

设置后台服务的自启配置

  • chkconfig 查看所有服务器自启配置
  • chkconfig iptables off 关掉指定服务的自动启动
  • chkconfig iptables on 开启指定服务的自动启动

相关文章

网友评论

      本文标题:Linux 后台服务管理

      本文链接:https://www.haomeiwen.com/subject/sgknextx.html