Re: How to send a signal to a process ?



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

Should be :-

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

Thanks,

Aaron



.