您的当前位置:TAGS -> chkconfig
  • ubuntu下使用 chkconfig 是一种习惯

    服务器2025年10月17日

    习惯了chkconfig命令, 闲来写了个脚本模拟下, 步骤很简单。 如下: 第一步, 安装sysv-rc-conf sudo apt install sysv-rc-conf 第二步, 将如下脚本放于/usr/sbin目录下 gord@gord:/usr/sbin$ cat chkconfig #!/usr/bin/perl use strict; #u...