The sysv-rc-conf under Ubuntu perfectly "replaces" the Chkconfig under CentOS
The problem:  
installed Ubuntu14.04 after found Chkconfig use can not, and can not install Chkconfig, so cousin on the internet to find solutions, and finally found Chkconfig is redhat under the program, and in Ubuntu has a better program Can perfect "replace" chkconfig, that is sysv-rc-conf.
Workaround:
The first step: in terminal type sudo apt-get install sysv-rc-conf installation sysv-rc-conf service.
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/88/5F/wKiom1fzDvyy3LLiAAAg2Heeooc414.png "title=" installation. png "Style=" WIDTH:700PX;HEIGHT:34PX; "border=" 0 "width=" "vspace=" 0 "hspace=" 0 "height=" alt= " Wkiom1fzdvyy3lliaaag2heeooc414.png "/>
Step two: check the setup system start-up service: sudo sysv-rc-conf
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M00/88/5F/wKiom1fzE-ewHTB6AAGVXfcxXlo676.png-wh_500x0-wm_3 -wmp_4-s_1707067253.png "title=" setting. png "alt=" wkiom1fze-ewhtb6aagvxfcxxlo676.png-wh_50 "/>
tip: when sudo sysv-rc-conf , the best terminal is to maximize the window, otherwise the bottom condition will appear.
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/88/5B/wKioL1fzFaCDbdKqAABF_6GwaZc268.png "title=" Xiao. PNG "style=" width:700px;height:100px; "border=" 0 "width=" "vspace=" 0 "hspace=" 0 "height=" alt= " Wkiol1fzfacdbdkqaabf_6gwazc268.png "/>
Step three: turn off the program with the cursor and type "-" and confirm that the key is on by typing "+" or "=". where x is played in square brackets, the service that is started when the corresponding RunLevel is run. For example, the Anacron service in RunLevel 2, 3, 4, 5, are power-on self-booting.
Shortcut keys:
The instructions for using the relevant shortcut keys are as follows.
650) this.width=650; "Src=" Http://s3.51cto.com/wyfs02/M02/88/5B/wKioL1fzEm2ilNS0AAEYJzu2nfI134.png-wh_500x0-wm_3 -wmp_4-s_79012267.png "title=" H enter help. png "alt=" wkiol1fzem2ilns0aaeyjzu2nfi134.png-wh_50 "/>
Linux Run Level:
RunLevel
|
Target
|
0
|
Shutdown
|
1
|
Single User
|
2
|
Multi-user mode, no NFS network support |
3
|
Full multi-user text mode with NFS, login and enter console command line mode |
4
|
Keep |
5
|
Graphical interface mode included
|
6
|
Restart
|
Man RunLevel:
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/88/5B/wKioL1fzGOqQsRtAAABMvdrd1mc079.png "title=" Runlevel.png "alt=" Wkiol1fzgoqqsrtaaabmvdrd1mc079.png "/>
This article is from the "12048118" blog, please be sure to keep this source http://12058118.blog.51cto.com/12048118/1858680
The sysv-rc-conf under Ubuntu perfectly "replaces" the Chkconfig under CentOS