The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
killing a process
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
killing a process
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
06-01-2007
jim mcnamara
...@...
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
..
jim mcnamara
View Public Profile
Find all posts by jim mcnamara