Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2003 14:03:13 -0400 (GMT-04:00)
From:      Mike Remski <mremski@ix.netcom.com>
To:        Peter Elsner <peter@servplex.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How do I destroy tunx?
Message-ID:  <5267416.1063303393677.JavaMail.root@waldorf.psp.pas.earthlink.net>

next in thread | raw e-mail | index | archive | help
As root try:



   ps aux | grep -i ppp

If it shows you a line for a process with PPP (look for /usr/sbin/ppp)

then do a :
   kill PID

where PID is the the process id, probably the second column of the ps aux output.

"When you start to worry what other people think of you, it's time to go fishing"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5267416.1063303393677.JavaMail.root>