From owner-freebsd-questions Sun Feb 2 02:12:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA11375 for questions-outgoing; Sun, 2 Feb 1997 02:12:05 -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 CAA11346 for ; Sun, 2 Feb 1997 02:12:00 -0800 (PST) Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vqytu-000Qa5C; Sun, 2 Feb 97 11:11 MET Received: (grog@localhost) by freebie.lemis.de (8.8.4/8.6.12) id KAA10294; Sun, 2 Feb 1997 10:42:56 +0100 (MET) From: grog@lemis.de Message-Id: <199702020942.KAA10294@freebie.lemis.de> Subject: Re: login for the first time In-Reply-To: <32F386A4.41C67EA6@best.com> from Burton Sampley at "Feb 1, 97 10:08:36 am" To: bsampley@best.com (Burton Sampley) Date: Sun, 2 Feb 1997 10:42:55 +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 Burton Sampley writes: > grog@lemis.de wrote: >> >> 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 > > Don't forget to add your new user to the wheel group. This is required > to su to root. Yes, thanks for reminding me. Greg