From owner-freebsd-questions@FreeBSD.ORG Thu Aug 26 19:26:32 2004 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 0DED416A4CE for ; Thu, 26 Aug 2004 19:26:32 +0000 (GMT) Received: from sys27.mail.msu.edu (sys27.mail.msu.edu [35.9.75.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA5743D2F for ; Thu, 26 Aug 2004 19:26:31 +0000 (GMT) (envelope-from jerrymc@msu.edu) Received: from jerrymc by sys27.mail.msu.edu with local (Exim 4.32 #22) (authenticated as jerrymc) id 1C0PtG-0006JC-Uj; Thu, 26 Aug 2004 15:26:30 -0400 References: <20040825225051.7730643D58@mx1.FreeBSD.org> In-Reply-To: <20040825225051.7730643D58@mx1.FreeBSD.org> From: "Jerold McAllister" To: Ara@Avvali.COM Date: Thu, 26 Aug 2004 15:26:30 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: cc: freebsd-questions@freebsd.org Subject: Re: Change root user name? possible? 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: Thu, 26 Aug 2004 19:26:32 -0000 Ara Avvali writes: > Sorry if this might sound crazy, but is there anyway to rename root account > to something else for extra security? > Thank you > > It would not provide you any more security. The key thing is the UID which for root has to be '0' You can create any number of accounts with UID of 0 if you want. I usually create another account with UID 0 for my own use, but for convenience reasons and not security. That way I can have a root account with a different home directory and shell, and such stuff all ready for me when I log in, but not have to tamper with the main root account. ////jerry > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >