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
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.
chkconfig
update-rc.d
The similar commands are
update-rc.d defaults update-rc.d start 20 3 4 5 update-rc.d -f remove