The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-01-2007
jim mcnamara jim mcnamara is offline
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 4,373
Does
Code:
kill -SIGINT <pid>
work? I am assuming that SIGINT may not be == 2 on your box.

my bad kill -int <pid> is the correct command, which you say does not work

Last edited by jim mcnamara; 06-02-2007 at 08:57 AM..
Reply With Quote