Click to See Complete Forum and Search --> : How do I start Installed daemons?


woodyak
08-10-2001, 02:35 PM
Actually, how do tell what daemons are installed? I've installed Red Hat 7.0 and I want to install TelnetD, SSHD, httpd, ftpd, and a couple of others. How do I accomplish this? :confused:

slapNUT
08-10-2001, 06:30 PM
Most of your services that start automatically on bootup are in your
/etc/rc.d/init.d
directory. Lets say you wanted to start crond you could type this as root.
/etc/rc.d/init.d/crond start
To get them to start automatically you can run linuxconf and select startup services and set the service to automatic.