From owner-freebsd-bugs@FreeBSD.ORG Wed Jun 22 20:50:29 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9C516A41C for ; Wed, 22 Jun 2005 20:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A526343D1D for ; Wed, 22 Jun 2005 20:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5MKoTHg017571 for ; Wed, 22 Jun 2005 20:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5MKoTS3017570; Wed, 22 Jun 2005 20:50:29 GMT (envelope-from gnats) Date: Wed, 22 Jun 2005 20:50:29 GMT Message-Id: <200506222050.j5MKoTS3017570@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Cc: Subject: Re: bin/82465: top(1) in 6-CURRENT shows incorrect user X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: me@example.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 20:50:29 -0000 The following reply was made to PR bin/82465; it has been noted by GNATS. From: To: Cc: Subject: Re: bin/82465: top(1) in 6-CURRENT shows incorrect user Date: Wed, 22 Jun 2005 20:34:39 +0000 (GMT) MR> Then I would say that the one showing an incorrect user is ps(1), not MR> top(1). Or is the euid more important then the ruid ? Well after a second thought, you want to see the user who executed the program in top, usually. And ps can be made to print the euid and the ruid too... So this doesn't seem like a problem now. It was just confusing they showed different users. But the ruid is more important, i agree.