Additions:
System V Init directories
/etc/init.d/
/etc/rc?.d/
centos & red hat use chkconfig
i.e. stop SMARTD running
# chkconfig smartd off
debian & ubuntu use update-rc.d
i.e. stop gdm X windows login manager running
# update-rc.d -f gdm remove
/etc/init.d/
/etc/rc?.d/
centos & red hat use chkconfig
i.e. stop SMARTD running
# chkconfig smartd off
debian & ubuntu use update-rc.d
i.e. stop gdm X windows login manager running
# update-rc.d -f gdm remove
Deletions:
#
#