Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚如何在 linux 中配置应用程序的启动和关闭。有人可以解释一下使用 update-rc 和 chkconfig 有什么区别吗?这是做完全相同的事情的两种方式吗?
chkconfig- 更新和查询系统服务的运行级别信息
chkconfig
update-rc.d更新 System V 风格的初始化脚本链接 /etc/rcrunlevel.d/NNname,其目标是脚本 /etc/init.d/name。
update-rc.d
这是做完全相同的事情的两种方式吗?
是的。与 chkconfig 等效的是 update-rc.d