From owner-freebsd-doc@FreeBSD.ORG Tue May 23 12:47:31 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9235316A43E for ; Tue, 23 May 2006 12:47:31 +0000 (UTC) (envelope-from sunho.baek@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D18A43D46 for ; Tue, 23 May 2006 12:47:30 +0000 (GMT) (envelope-from sunho.baek@gmail.com) Received: by nz-out-0102.google.com with SMTP id n1so2154375nzf for ; Tue, 23 May 2006 05:47:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=npFyR38cxSEtSzTR9iNWaCfF52zKFEMXjvC44qRAM5uTJOF1GClRMEwCuEGwU7EqyAQyYuFADQgbGYwY6IUrGPakt/DKDqQvswFnUgBFiu3145Rd6tvuNjMfKM+nUsPMUK+gUvl+WYpU2kIRgQVJbY5Wne0xDOhQbahDl09cjRE= Received: by 10.65.248.12 with SMTP id a12mr1734900qbs; Tue, 23 May 2006 05:47:28 -0700 (PDT) Received: by 10.65.158.3 with HTTP; Tue, 23 May 2006 05:47:28 -0700 (PDT) Message-ID: <105fe7d10605230547t66c6a266j4706a89ae74ea33a@mail.gmail.com> Date: Tue, 23 May 2006 18:32:28 +0545 From: "sunho baek" To: freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: I've forgotten the root password X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2006 12:47:31 -0000 Hi! Im Sunho. I've forgotten the root password So. I had searched for how to reset a root password. The below is the result of my googling.. Single User Mode Booting.. OK> boot -s ........... <- message for searching the devices.. Selete the shell.. # fsck -p # mount -a # passwd root But, I can't access the shell prompt. My machine is installed FreeBSD 5.4. What will I do?