From owner-freebsd-questions@FreeBSD.ORG Wed Jun 23 19:54:06 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 7224716A4CE for ; Wed, 23 Jun 2004 19:54:06 +0000 (GMT) Received: from smtp.ibctech.ca (shadow2.eagle.ca [209.167.16.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B02AB43D45 for ; Wed, 23 Jun 2004 19:54:05 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 9799 invoked by uid 1003); 23 Jun 2004 19:52:28 -0000 Received: from iaccounts@ibctech.ca by smtp.ibctech.ca by uid 89 with qmail-scanner-1.20 (clamscan: 0.65. spamassassin: 2.60. Clear:RC:1(127.0.0.1):. Processed in 0.027331 secs); 23 Jun 2004 19:52:28 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 23 Jun 2004 19:52:27 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca) by webmail.ibctech.ca with HTTP; Wed, 23 Jun 2004 15:52:27 -0400 (EDT) Message-ID: <3457.209.167.16.15.1088020347.squirrel@webmail.ibctech.ca> In-Reply-To: <40D9DE2A.9030503@pld.com> References: <40D9DE2A.9030503@pld.com> Date: Wed, 23 Jun 2004 15:52:27 -0400 (EDT) From: "Steve Bertrand" To: "Benjamin Seuser" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: login/password 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: Wed, 23 Jun 2004 19:54:06 -0000 > I'm new to using FreeBSD and when I boot up the computer (I've > already installed FreeBSD) it asks for a login name and password. I > don't know either and I haven't been able to get into FreeBSD. Please > help me. During install, it prompts you to type in the super users password. Did you make a note of this? The superusers name in question is 'root' (w/o quotes). This user has God power over everything and is typically the only user on the system when an install is freshly done, unless other users have been added upon install. IIRC, the system will accept a null password at install time, so if you don't remember entering the su password, try logging in with username: root and no password. Regards, Steve