From owner-freebsd-questions Tue Jun 18 9:15:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 5845337B430 for ; Tue, 18 Jun 2002 09:14:51 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.3/8.12.3) id g5IGEcTv093488; Tue, 18 Jun 2002 11:14:38 -0500 (CDT) (envelope-from dan) Date: Tue, 18 Jun 2002 11:14:38 -0500 From: Dan Nelson To: Roman Neuhauser Cc: Alexey Privalov , freebsd-questions Subject: Re: kicking users Message-ID: <20020618161438.GA84123@dan.emsphone.com> References: <20020618104013.GF64435@freepuppy.bellavista.cz> <20020618201436.E93407-100000@land3.nsu.ru> <20020618161031.GL64435@freepuppy.bellavista.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020618161031.GL64435@freepuppy.bellavista.cz> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 -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