Re: How to send a signal to a process ?



On Wed, 17 Jan 2007 04:14:47 +0000, Aaron Gray wrote:

How do I send a SIGHUP to ProFTPd who's PID is in '/var/run/run/proftpd.pid'?

$ kill -HUP $(cat /var/run/run/proftpd.pid)

will do the trick.

Cheers
.