Re: How to send a signal to a process ?
- From: "Aaron Gray" <ang.usenet@xxxxxxxxx>
- Date: Thu, 18 Jan 2007 03:32:39 -0000
$ kill -HUP $(cat /var/run/run/proftpd.pid)
Should be :-
kill -HUP $(cat /var/run/proftpd/proftpd.pid)
Thanks,
Aaron
.
- References:
- How to send a signal to a process ?
- From: Aaron Gray
- Re: How to send a signal to a process ?
- From: Tommy Reynolds
- How to send a signal to a process ?
- Prev by Date: Re: How to send a signal to a process ?
- Next by Date: Help me to solve Red Hat Enterprise Linux questions.
- Previous by thread: Re: How to send a signal to a process ?
- Next by thread: Re: How to send a signal to a process ?
- Index(es):