From owner-freebsd-questions@FreeBSD.ORG Fri Oct 12 00:26:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE5AD16A417 for ; Fri, 12 Oct 2007 00:26:16 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate1.pacific.net.sg (smtpgate1.pacific.net.sg [203.120.90.31]) by mx1.freebsd.org (Postfix) with SMTP id CFB7413C45D for ; Fri, 12 Oct 2007 00:26:15 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: (qmail 11246 invoked from network); 12 Oct 2007 00:12:18 -0000 Received: from adsl81.dyn229.pacific.net.sg (HELO P2120.somewherefaraway.com) (oceanare@210.24.229.81) by smtpgate1.pacific.net.sg with ESMTPA; 12 Oct 2007 00:12:17 -0000 Message-ID: <470EBBCC.1030205@pacific.net.sg> Date: Fri, 12 Oct 2007 08:11:56 +0800 From: Erich Dollansky User-Agent: Thunderbird 2.0.0.6 (X11/20070826) MIME-Version: 1.0 To: Jerry McAllister References: <470E0667.7080000@yahoo.com> <470E0A5E.4070901@pacific.net.sg> <20071011150834.GD22422@gizmo.acns.msu.edu> In-Reply-To: <20071011150834.GD22422@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: How to create a user account with the same permission as "root" ? 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: Fri, 12 Oct 2007 00:26:16 -0000 Hi, Jerry McAllister wrote: > On Thu, Oct 11, 2007 at 07:34:54PM +0800, Erich Dollansky wrote: > >> FreeBSD is not Windows. > > True statement - thank heaven. > >> You cannot have another "root" in the system. > > Unless I misunderstand what you are saying, this is NOT a true statement. > You can create as many ids with a '0' UID as you want. It may not be But they are the same as it is still the same UID. Under WIndows, you can create as many 'root' accounts you want. root is special. >> >> Allow then all members of "wheel" to access the files needed by the >> group "wheel". > > Not the best idea. > Really not. But at least better than to work as root. >> I would not do this as it creates many security wholes. >> Erich