From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 30 15:47:22 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5378216A4CE; Thu, 30 Oct 2003 15:47:22 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A0443FE5; Thu, 30 Oct 2003 15:47:19 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 83FEB6547C; Wed, 29 Oct 2003 22:38:43 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14162-03-2; Wed, 29 Oct 2003 22:38:43 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 207EB6544E; Wed, 29 Oct 2003 22:38:43 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 7ED5828; Wed, 29 Oct 2003 22:38:33 +0000 (GMT) Date: Wed, 29 Oct 2003 22:38:33 +0000 From: Bruce M Simpson To: Andreas Klemm Message-ID: <20031029223833.GD35062@saboteur.dek.spc.org> Mail-Followup-To: Andreas Klemm , freebsd-hackers@freebsd.org References: <20031029090116.GA960@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031029090116.GA960@titan.klemm.apsfilter.org> cc: freebsd-hackers@freebsd.org Subject: Re: how to monitor remote users shell activities best ? watch / snp / ... X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 23:47:22 -0000 On Wed, Oct 29, 2003 at 10:01:16AM +0100, Andreas Klemm wrote: > Is there a freebsd tool that shows you in realtime, which users > are logged in from remote using which pty port ? Check out the whowatch port. BMS