linux-服务进程

service管理进程

  • start
  • stop
  • restart
  • status

chkconfig工具

  • 安装:apt install chkconfig
  • 服务列表:chkconfig --list
  • 添加服务:chkconfig add mysqld
  • 开机自启:chkconfig mysqld on
  • 不自启:chkconfig mysql off
posted @ 2021-08-23 22:33  花兒向陽開  阅读(20)  评论(0编辑  收藏  举报