From owner-freebsd-doc Wed Mar 14 2:50: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A23B237B719 for ; Wed, 14 Mar 2001 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2EAo2Y73284; Wed, 14 Mar 2001 02:50:02 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Mar 2001 02:50:02 -0800 (PST) Message-Id: <200103141050.f2EAo2Y73284@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: mark@type49.com (mark drayton) Subject: Re: docs/25656: New FAQ entry for 'toor' account (PATCH) Reply-To: mark@type49.com (mark drayton) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/25656; it has been noted by GNATS. From: mark@type49.com (mark drayton) To: dima@unixfreak.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: docs/25656: New FAQ entry for 'toor' account (PATCH) Date: Wed, 14 Mar 2001 10:46:06 +0000 (GMT) diffed against doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.154 --- /usr/doc/en_US.ISO_8859-1/books/faq/book.sgml Wed Mar 14 06:40:16 2001 +++ book.sgml Wed Mar 14 10:26:09 2001 @@ -6303,6 +6303,40 @@ + + What's this UID 0 'toor' account? Have I been compromised? + + + + Don't worry. toor is an 'alternative' + superuser account (toor is root spelt backwards). Previously + it was created when the &man.bash.1; shell was installed but + recently it has been created by default. It is intended to + be used with a non-standard shell so you don't have to + change root's default shell. This is + important as shells which aren't part of the base + distribution (for example a shell installed from ports or + packages) are likely be to be installed in + /usr/local/bin which, by default, + resides on a different disk partition. If root's + shell is located in /usr/local/bin + and /usr (or whatever partition + contains /usr/local/bin) is unmountable + for some reason, root won't be able to + log in to fix the problem (although if you reboot into + single user mode you'll be prompted for the path to a shell). Some people use toor for day-to-day + root tasks with a non-standard shell, leaving root + (with /bin/csh or /bin/sh) for single user mode or emergencies. By default you can't + log in using toor as it doesn't have a + password, so log in as root and set a password for + toor: + &prompt.root; passwd toor + + then log out and try logging in as toor. + + + + Eek! I forgot the root password! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message