Skip site navigation (1)Skip section navigation (2)
Date:      31 Oct 2000 13:40:32 +0100
From:      Thierry Besancon <Thierry.Besancon@prism.uvsq.fr>
To:        bv@wjv.com
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Logging users out
Message-ID:  <s9qsnpd18vz.fsf@vangogh.prism.uvsq.fr>
In-Reply-To: Bill Vermillion's message of "Tue, 31 Oct 2000 07:22:55 -0500"
References:  <Pine.BSF.4.21.0010301452030.2043-100000@starbug.ugh.net.au> <00103111391900.01594@freefire.psi-domain.co.uk> <20001031072255.A8035@wjv.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Dixit Bill Vermillion <bill@wjv.com> (le Tue, 31 Oct 2000 07:22:55 -0500) :

=BB > % ps -aux | grep username
=BB=20
=BB > username   1637  1.3  0.7  1340  868  p1  Ds   11.36AM  0:00.09  csh
=BB=20
=BB > then I just do a:
=BB=20
=BB > % kill -KILL 1637
=BB=20
=BB > not the best or cleanest way of doing it, but its just a quick
=BB > method ive stuck with over the years.
=BB=20
=BB Definately not the cleanest/best.  What's wrong with -HUP.
=BB=20
=BB -KILL [aka -9] give no chance for proper file closure and cleanup.

When you kill -HUP a csh, it just remains. Nothing happens. You have
to kill -9 it to get rid of it. Just try.

        Thierry


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




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