Quote:>I don't know for sure this is right answer, but it appears as though running
>inetd after making changes with chkconfig makes the changes take effect.
>If this is isn't correct please let me know.
That is not correct. And please quote in context.
>> Hello,
>> Once I use chkconfig to turn services off I have noticed that some of the
>> ports published by these services are immediately terminated where in
>other
>> cases the ports are still published until I reboot. I know that I should
>> not have to reboot.
>> What is the command for shutting down and restarting all services after
>> turning some off with chkconfig?
Chkconfig is responsible for setting up the links in /etc/rcX.d.
I am not sure whether it aktually stops services in use. It seems
you use an RH based distribution. If this is so, take a look at
/etc/rc.d/rc. There is a section in it that runs the KILL scripts
before running the START scripts. You might have to cut these
sections and paste into a script file and then run the file.
--
Registered Linux User # 125653 (http://counter.li.org)
Drop the vase and it will become a Ming of the past.
-- The Adventurer
2:05pm up 15 days, 21:57, 9 users, load average: 0.00, 0.00, 0.00