Wiki source for init
>>http://www.debuntu.org/how-to-manage-services-with-update-rc.d
>>====init====
System V Init directories
%%
/etc/init.d/
/etc/rc?.d/
%%
===chkconfig===
centos & red hat use chkconfig
i.e. stop SMARTD running
%%
# chkconfig smartd off
%%
===update-rc.d===
debian & ubuntu use update-rc.d
i.e. stop gdm X windows login manager running
%%
# update-rc.d -f gdm remove
%%
----
REFERRERS
{{backlinks}}
>>====init====
System V Init directories
%%
/etc/init.d/
/etc/rc?.d/
%%
===chkconfig===
centos & red hat use chkconfig
i.e. stop SMARTD running
%%
# chkconfig smartd off
%%
===update-rc.d===
debian & ubuntu use update-rc.d
i.e. stop gdm X windows login manager running
%%
# update-rc.d -f gdm remove
%%
----
REFERRERS
{{backlinks}}