From owner-freebsd-hackers Thu Jul 4 16:27:17 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA17443 for hackers-outgoing; Thu, 4 Jul 1996 16:27:17 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA17435; Thu, 4 Jul 1996 16:27:14 -0700 (PDT) Received: from localhost by misery.sdf.com with SMTP id <1237-12613>; Thu, 4 Jul 1996 16:36:57 -0800 Date: Thu, 4 Jul 1996 16:36:52 -0700 (PDT) From: Tom Samplonius To: Terry Lambert cc: joelh@gnu.ai.mit.edu, gpalmer@FreeBSD.ORG, jmb@freefall.freebsd.org, jgreco@brasil.moneng.mei.com, root@friday.keanesea.com, hackers@FreeBSD.ORG Subject: Re: What is the best way to setup a drive In-Reply-To: <199607041953.MAA13427@phaeton.artisoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 4 Jul 1996, Terry Lambert wrote: > I don't think there is a problem with symlinking /etc/passwd; in theory, > it's not in use until after the mounts are done. Well, actually the system never uses /etc/passwd at all. Now, if you were to symlink /etc/pwd.db and /etc/spwd.db somewhere else, you won't be able to login if you boot single-user on a insecure console.