From owner-freebsd-questions Tue Apr 21 20:14:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28883 for freebsd-questions-outgoing; Tue, 21 Apr 1998 20:14:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA28873 for ; Wed, 22 Apr 1998 03:14:40 GMT (envelope-from jcwells@u.washington.edu) Received: from saul4.u.washington.edu (root@saul4.u.washington.edu [140.142.83.2]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id UAA12076; Tue, 21 Apr 1998 20:14:39 -0700 Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul4.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id UAA11525; Tue, 21 Apr 1998 20:14:39 -0700 (PDT) Date: Tue, 21 Apr 1998 19:13:22 -0700 (PDT) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Greg Caton cc: freebsd-questions@FreeBSD.ORG Subject: Re: bsd questions In-Reply-To: <353D434B.30E1F2C5@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 21 Apr 1998, Greg Caton wrote: > I just got a copy of FreeBSD. And i need to know exactly how to set up > my root-level accounts...Thanks > > Greg Caton There is only one "root" account. This account is set up for you during install. Setting up any account entails: -making a home directory -assigning a valid shell -setting up your mail spool file -other things which I may have forgotten See 'man adduser' for more info. There is also a related issue that you did not ask about. Other userids can be given the ability to become root via the 'su' command. To accomplish this, edit '/etc/group' and place the userid you desire to have root power in the group named 'wheel'. See 'man group' and 'man su' for more info. Have fun, | Stop warning me about the latest virus. Learn more... Jason Wells | http://ciac.llnl.gov/ciac/CIACHoaxes.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message