Date: Wed, 10 Jun 1998 01:15:19 -0700 From: don morrison <dmorrisn@u.washington.edu> To: "Min Huang" <huang_min@hotmail.com>, questions@FreeBSD.ORG Subject: Re: How to kick this user out? Message-ID: <3.0.5.32.19980610011519.00827d10@dmorrisn.deskmail.washington.edu> In-Reply-To: <19980610073114.21006.qmail@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19980610011519.00827d10>