Changes

Jump to: navigation, search

Physical to container

102 bytes added, 07:15, 26 May 2007
m
/etc/init.d services: Fixed Debian ==db
To see which services are enabled:
* RedHat/Fedora/SUSE: <code>/sbin/chkconfig --list</code>
* Debian: <code>Use ' rcconf ' (ncurses) or update-rc.d( See: http://www.debianadmin.com/manage-linux-init-or-startup-scripts.html )</code>
* Gentoo: <code>/sbin/rc-update show</code>
To disable the service:
* RedHat/Fedora/SUSE: <code>/sbin/chkconfig --del SERVICENAME </code>
* Debian: <code>*FIXME*' update-rc.d -f samba remove '</code>
* Gentoo: <code>/sbin/rc-update del SERVICENAME</code>
24
edits

Navigation menu