![]() |
Initialization file for daemons
What file is used in Redhat 7.1 to tell the
computer to start services like sendmail, telnetd, etc. when the machine is booted? I would like to disable sendmail since I'm not using it. Thanks. Syed |
You should not remove it!!!
other processes like syslogd may be using it. but if you want to see what happens here goes... run setup as root select System services remove the tag from sendmail and exit the other way is tksysv if you have it, they are phasing it out of redhat setup is the easiest way |
I did a 'chkconfig sendmail off' as root. After
a reboot I can see that sendmail is not running. Looks like that command has taken care of it. So far I don't see any problem with sendmail not running. |
to start telnet on red hat 7.1 go to /etc/xinetd (might be xinetd.d can't remember) and you'll see something named telnetd open it change disable from yes to no. THen go to terminal and run services xinetd restart
|
| All times are GMT -5. The time now is 11:48 PM. |