How do I install chkconfig on Ubuntu?

前端 未结 7 1635
孤城傲影
孤城傲影 2021-01-30 09:22

I am running Ubuntu 13.10, and I\'m pretty new to Linux. I tried:

$ sudo apt-get install chkconfig

Package chkconfig is not ava

7条回答
  •  后悔当初
    2021-01-30 09:26

    The command chkconfig is no longer available in Ubuntu.The equivalent command to chkconfig is update-rc.d.This command nearly supports all the new versions of ubuntu.

    The similar commands are

    update-rc.d  defaults
    
    update-rc.d  start 20 3 4 5
    
    update-rc.d -f   remove
    

提交回复
热议问题