トップ 差分 一覧 ping ソース 検索 ヘルプ PDF RSS ログイン

Ubuntu サービスの管理



目次



記事一覧

キーワード

Ubuntu サービスの管理

[Ubuntu]

Ubuntu には chkconfig が存在しない

 インストール

$sudo apt-get install sysv-rc-conf

 リスト表示

$ sudo sysv-rc-conf --list
acpid       
anacron     
apparmor     S:on
apport      
avahi-daemon
   :

 サービスのON/OFF

$ sudo sysv-rc-conf mysql on
$ sudo sysv-rc-conf --list | grep "mysql"
mysql        2:on	3:on	4:on	5:on

 起動

$sudo sysv-rc-conf



YAGI Hiroto (piroto@a-net.email.ne.jp)
twitter http://twitter.com/pppiroto

Copyright© 矢木 浩人 All Rights Reserved.