From owner-freebsd-questions Sat Feb 1 03:53:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA15440 for questions-outgoing; Sat, 1 Feb 1997 03:53:53 -0800 (PST) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA15427 for ; Sat, 1 Feb 1997 03:53:48 -0800 (PST) Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vqe0N-000QbMC; Sat, 1 Feb 97 12:53 MET Received: (grog@localhost) by freebie.lemis.de (8.8.4/8.6.12) id MAA08273; Sat, 1 Feb 1997 12:21:22 +0100 (MET) From: grog@lemis.de Message-Id: <199702011121.MAA08273@freebie.lemis.de> Subject: Re: login for the first time In-Reply-To: <01BBEE13.8DC974C0@tsa-02.UCSC.EDU> from Zsolt Szabadi at "Dec 20, 96 01:12:29 am" To: zsolts@cats.ucsc.edu (Zsolt Szabadi) Date: Sat, 1 Feb 1997 12:21:21 +0100 (MET) Cc: questions@FreeBSD.org (FreeBSD Questions) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-to: grog@lemis.de (Greg Lehey) WWW-Home-Page: http://www.FreeBSD.org/~grog X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Zsolt Szabadi writes: > Dear tech help, > > I just installed FreeBSD ver. 2.1.5 on my computer for the first > time. I am having a problem login on to the system . When the > login prompt appears, I type 'root'. Then another prompt appears > saying that I should sign in not as a 'root' but as 'my name' and > that I should use the 'su' command. I am not sure what do from here > on. Please help me. Also, please be aware that I am new to UNIX so > please give my step be step instructions. This previous paragraph was a single line, 442 characters long. I've modified it for legibility. I would suggest you do what the message suggests: log on as yourself, and use su when you want to become root. If you don't have your own login ID, look at the man page for adduser (and adding_user), and add a user ID for yourself. If you don't know how to use su, look at the man page for su. Greg