From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 16:07:16 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 8C87A16A4CE for ; Thu, 24 Jun 2004 16:07:16 +0000 (GMT) Received: from outfbmx001.isp.belgacom.be (outfbmx001.isp.belgacom.be [195.238.3.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED10B43D5C for ; Thu, 24 Jun 2004 16:07:15 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx005.isp.belgacom.be (outmx005.isp.belgacom.be [195.238.2.102]) (8.12.11/8.12.11/Skynet-OUT-FALLBACK-2.22) with ESMTP id i5ODX8jF017309 for ; Thu, 24 Jun 2004 15:33:08 +0200 (envelope-from ) Received: from outmx005.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i5ODWvRC019426 for ; Thu, 24 Jun 2004 15:32:57 +0200 (envelope-from ) Received: from lori.mine.nu (186-148.244.81.adsl.skynet.be [81.244.148.186]) with ESMTP id i5ODWqbj019378 for ; Thu, 24 Jun 2004 15:32:52 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 0FAAF63B; Thu, 24 Jun 2004 15:32:52 +0200 (CEST) Date: Thu, 24 Jun 2004 15:32:52 +0200 From: Geert Hendrickx To: freebsd-questions@freebsd.org Message-ID: <20040624133251.GB46673@lori.mine.nu> References: <40D9DE2A.9030503@pld.com> <3457.209.167.16.15.1088020347.squirrel@webmail.ibctech.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3457.209.167.16.15.1088020347.squirrel@webmail.ibctech.ca> User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 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: Thu, 24 Jun 2004 16:07:16 -0000 On Wed, Jun 23, 2004 at 03:52:27PM -0400, Steve Bertrand wrote: > > 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 You could also boot into single-user mode (type "boot -s" at the boot prompt), then you will be logged in as root automatically (without having to give the password -- unless you disabled that in /etc/ttys). Then simply type "passwd" and enter a new password for root (twice). GH