Jake Johnson wrote:
> Using a modem I sometimes get kicked off and want to kill the session that
> I was currently logged into. How do I do such a thing without having to
> reboot (cough).
Use 'ps aux' to get the PID of the process to kill, then 'kill' or 'kill -9'
to kill the process.
Tony
--
Anthony E. Greene <[EMAIL PROTECTED]>
Homepage & PGP Key <http://www.pobox.com/~agreene/>
If it's too good to be true, it's probably Linux.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.