update-rc.d
usage: update-rc.d [-n] [-f] remove
update-rc.d [-n] defaults [NN | SS KK]
update-rc.d [-n] start|stop NN runlvl [runlvl] [...] .
update-rc.d [-n] disable|enable [S|2|3|4|5]
-n: not really
-f: force
The disable|enable API is not stable and might change in the future.
chkconfig -l apache2
apache2 0:off 1:off 2:off 3:off 4:off 5:off 6:off
阅读(1311) | 评论(0) | 转发(0) |