From owner-freebsd-questions@FreeBSD.ORG Sat Oct 15 16:12:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 96E0716A41F for ; Sat, 15 Oct 2005 16:12:39 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 102FA43D48 for ; Sat, 15 Oct 2005 16:12:38 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so628707nzo for ; Sat, 15 Oct 2005 09:12:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=DLpzdAUdbU1JG9FxOaV9sDhsz3Z3EocP8OZHWnhfksMkWN7DD2qXO+OcHUO3BDui6/4PtVDPH7u66M4dSqwqASSr35OfMk6TFhQWlcPn5e/GFxmJ8m8dJ15YENh6lVF3ACI0RPsW5jtqDgSlDLdAtOs+w8ShweOplIrsGVf0Lsc= Received: by 10.37.12.40 with SMTP id p40mr832348nzi; Sat, 15 Oct 2005 09:12:38 -0700 (PDT) Received: by 10.36.146.18 with HTTP; Sat, 15 Oct 2005 09:12:38 -0700 (PDT) Message-ID: Date: Sat, 15 Oct 2005 12:12:38 -0400 From: Teo De Las Heras To: "Andrew P." In-Reply-To: MIME-Version: 1.0 References: <200510141759.42676@harrymail> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: su - does not ask for password X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 16:12:39 -0000 That's exactly why I just assumed that I had set a password for root...I didn't think it was possible to not have a password set. Teo On 10/15/05, Andrew P. wrote: > > On 10/15/05, Teo De Las Heras wrote: > > That worked! I thought I remembered giving root a password!? So, if > > you don't have a password set, one is not asked for? > > > > Teo > > > > Quite so. You should never ever leave root password > blank. In fact, FreeBSD as an OS and many programs > try to be secure and deny root access (in some ways) > if there's no password. > >