* Knut Ove Hauge ([EMAIL PROTECTED]) wrote:
> How can I get the settings from LOKKIT to take effect whitout reboot.
        restart the firewall service (ipchains)
        /etc/init.d/ipchains restart
                  or
        service ipchains restart

> And how can I let the system read the services file whithout rebooting.
        There are couple of things to consider

        1.If it is a xinetd run services then restarting the xinetd 
          daemon is sufficient

        2.if they are standalone daemons which are residing in 
         /etc/init.d/services. then restart the required service
                eg: service <service_name> restart 

        3.If you make changes to certain files such as ~/.bashrc ,
          ~/.bash_profile then you have to either log out and login back
           or use  
                eg: source ~/.bashrc

        4.and certain services require killall -HUP signal (hangup) to re-read
          there configuration changes 
        

-cheers-        

rk
--
---------------------------------------------
Ramakrishna         | [EMAIL PROTECTED]                    
Exocore Consulting  | http://www.exocore.com            
Bangalore, India    | +91 (80) 344-0397 
---------------------------------------------



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to