Re: How to send a signal to a process ?



Do 'ps -ef | grep FTP', then issue a kill <signal> <that process>

Read the man pages about signals and the kill command.

HTH


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

Many TIA,

Aaron


.