chkconfig

sudo apt-get install chkconfig

$ sudo chkconfig —list

$ sudo chkconfig pure-ftpd off

Note: just found out that on Ubuntu 10, Upstart has replaced System V init.
Basically, old: /etc/init.d/  and  new: /etc/init/

  1. hanworks posted this