From owner-freebsd-hackers Thu May 8 04:12:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA21297 for hackers-outgoing; Thu, 8 May 1997 04:12:21 -0700 (PDT) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA21291 for ; Thu, 8 May 1997 04:12:17 -0700 (PDT) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.5/CET-v2.1) with SMTP id LAA13551; Thu, 8 May 1997 11:11:42 GMT Date: Thu, 8 May 1997 20:11:42 +0900 (JST) From: Michael Hancock To: Choi Jun Ho cc: hackers@FreeBSD.ORG Subject: Re: why 'toor'? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 8 May 1997, Choi Jun Ho wrote: > >From all the dist of FreeBSD I've seen, there is an id 'toor', > equivalent to 'root'. I heard that is for Bourne-shell root users, but > I cannot understand why two root id exist. Is it a some traditional > reason or some kind of joke? I think you answered your question. 'root' is to be used with 'sh' a statically linked binary in case /usr isn't mounted. 'toor' can use a dynamically linked 'bash' and be equivalent to root. Whether or not this is good practice