[TriLUG] Can't kill driftnet

Paul G. Szabady paul at thyservice.com
Tue Feb 10 22:42:05 EST 2009


How about killing the process id?

$ ps auwx | grep driftnet | cut -d" " -f3

Then kill the process id that's returned.  ie:

$ kill -15 1234
or
$ kill -9 1234

(Of course, you need to replace 1234 with the result from the first 
command.)

-- 
Paul
@ Thy Service


Ivan Panarusky wrote:
> For some reason, I can't stop the program dritnet. I tried $sudo killall
> driftnet, #killall driftnet, and even the system monitor. (it crashed when I
> tied to kill it)
> 
> Any ideas?
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3291 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://www.trilug.org/pipermail/trilug/attachments/20090210/51ec4735/attachment.bin>


More information about the TriLUG mailing list