Better way to enable services
Sean who runs the nice looking but content-deprived Pepper Hacks website, offered up this tip:
You can enable and disable services by using the
initdconfig
command. It behaves the same as the ‘chkconfig’ command for RedHat / Fedora Linux. Thanks Sean! So to enable the SSH server you just have to do:
initdconfig ssh on
at the root XTerm.