I wish to know is there any way I can changed hostname without restarting the syslog As I want the changed hostname to be reflected in the syslog messages.

Thanks Arpit

link|improve this question
feedback

migrated from stackoverflow.com Mar 26 '10 at 10:06

This question came from our site for professional and enthusiast programmers.

1 Answer

you can try kill -HUP <pid of syslog daemon>. get the pid of syslog daemon using ps

link|improve this answer
feedback

Your Answer

 
or
required, but never shown