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 の使用の違いを説明してもらえますか? まったく同じことを行う2つの方法ですか?
chkconfig- システム サービスのランレベル情報の更新とクエリ
chkconfig
update-rc.dターゲットがスクリプト /etc/init.d/name である System V スタイルの init スクリプト リンク /etc/rcrunlevel.d/NNname を更新します。
update-rc.d
まったく同じことを行う2つの方法ですか?
はい。chkconfig に相当するのは update-rc.d です。