From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 01:54:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB9FA16A4CE for ; Wed, 19 Nov 2003 01:54:36 -0800 (PST) Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E80943FB1 for ; Wed, 19 Nov 2003 01:54:33 -0800 (PST) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 0FA8C241B2 for ; Wed, 19 Nov 2003 10:54:31 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 49932-03-2 for ; Wed, 19 Nov 2003 10:54:30 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id 9123C241B0 for ; Wed, 19 Nov 2003 10:54:30 +0100 (CET) Received: from 194.119.92.65 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Wed, 19 Nov 2003 10:54:30 +0100 (CET) Message-ID: <25965.194.119.92.65.1069235670.squirrel@webmail.thilelli.net> In-Reply-To: <20031119094538.GC1319@watt.intra.caraldi.com> References: <20031119094538.GC1319@watt.intra.caraldi.com> Date: Wed, 19 Nov 2003 10:54:30 +0100 (CET) From: "Julien Gabel" To: "FreeBSD Questions" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net Subject: Re: how to change the name of root? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 09:54:36 -0000 >> When I get admin emails from my remote boxes, or send messages from >> them, they are from root or charlie root. How do I change this? > I would use vipw(1) to edit the password database. Or you can use the pw(8) command this way : # pw user mod -n root -c "WhatYouWant" -- -jg.