From owner-freebsd-questions Wed Jun 10 01:15:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24893 for freebsd-questions-outgoing; Wed, 10 Jun 1998 01:15:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailhost1.u.washington.edu (mailhost1.u.washington.edu [140.142.32.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24471 for ; Wed, 10 Jun 1998 01:12:57 -0700 (PDT) (envelope-from dmorrisn@u.washington.edu) Received: from don (D-128-95-141-170.dhcp.washington.edu [128.95.141.170]) by mailhost1.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.11) with SMTP id BAA18057; Wed, 10 Jun 1998 01:12:53 -0700 Message-Id: <3.0.5.32.19980610011519.00827d10@dmorrisn.deskmail.washington.edu> X-Sender: dmorrisn@dmorrisn.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 10 Jun 1998 01:15:19 -0700 To: "Min Huang" , questions@FreeBSD.ORG From: don morrison Subject: Re: How to kick this user out? In-Reply-To: <19980610073114.21006.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >when using "who", everythink is ok, but use "w", he's idel and >do nothing. How to kick this user out of my system? Use the 'ps' command (e.g. 'ps -ax') to find the user's process id, then use the 'kill' command on that process to kick the user off the system. A 'kill -9' may be necessary...see 'man ps' and 'man kill' for more details... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message