Re: How to send a signal to a process ?



pavlos <kairis@xxxxxxx> writes:

Do 'ps -ef | grep FTP', then issue a kill <signal> <that process>
Read the man pages about signals and the kill command.

man killall

-- HASM
.



Relevant Pages

  • Re: Quickie: Difference between killall and killall -9
    ... > killall doesn't lend much help this time. ... > killall -9 httpd ... There are various other signals which you can send to ... a program - see man kill. ...
    (comp.os.linux.misc)
  • Re: KILLing parent, does it affect background children?
    ... when needed, with a KILL command, but my intention is that if any of the bg ... Assuming this is my script, ... Read the information regarding signals and traps for your shell. ...
    (comp.unix.shell)
  • Re: kill process by name
    ... Ryan Mackay wrote: ... >> Is there a way to use the kill command ... > check out `killall` ... To UNSUBSCRIBE, email to debian-user-request@lists.debian.org ...
    (Debian-User)