Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Send a SIGHUP signal to the xinetd process' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Send a SIGHUP signal to the xinetd process
Authored by: jsteele on Jan 29, '03 12:32:13AM

try a variant of the previous aswer:
kill -HUP `cat /var/run/xinetd.pid`

it pipes the PID into kill. Take special notice that the quotes aren't. It's the back quote (above the TAB on a US keyboard.)



[ Reply to This | # ]