Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 11:14:38 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Roman Neuhauser <neuhauser@bellavista.cz>
Cc:        Alexey Privalov <lucky@land3.nsu.ru>, freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: kicking users
Message-ID:  <20020618161438.GA84123@dan.emsphone.com>
In-Reply-To: <20020618161031.GL64435@freepuppy.bellavista.cz>
References:  <20020618104013.GF64435@freepuppy.bellavista.cz> <20020618201436.E93407-100000@land3.nsu.ru> <20020618161031.GL64435@freepuppy.bellavista.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jun 18), Roman Neuhauser said:
> 
>     which is not exactly what i was after. i needed to cut off a user
>     "right now, regardless of what they're doing" (or rather, just
>     because of the stuff they're doing).

In that case, just kill -9 their shell.  Or to kill all processes
running under their userid,  kill -9 $( ps -xU <username> -o pid= )

-- 
	Dan Nelson
	dnelson@allantgroup.com

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




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