From owner-freebsd-questions@FreeBSD.ORG Sat Jun 12 01:48:19 2004 Return-Path: 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 BE79016A4CE for ; Sat, 12 Jun 2004 01:48:19 +0000 (GMT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 623B443D53 for ; Sat, 12 Jun 2004 01:48:19 +0000 (GMT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004061210:47:59:564357.24301.2575207344 for ; Sat, 12 Jun 2004 10:47:59 +0900 (KST) Message-ID: <40CA60D7.1020504@users.sourceforge.net> Date: Sat, 12 Jun 2004 10:48:07 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <004f01c4501c$6481c8b0$0200a8c0@LLAPTOP> In-Reply-To: <004f01c4501c$6481c8b0$0200a8c0@LLAPTOP> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:6.43) (by Terrace) Subject: Re: New Question (add new users & groups) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 01:48:19 -0000 LW Ellis wrote: > The depth of my unix ignorance is showing... > I kept getting a glitch, probably from my bad install attempt. "New Question" is not a useful subject of your email. Formulate your question in a few words as a subject. That makes it easier for others to browse through the long list of emails in the mailinglist and pick those that are of interest. > I wiped my HD and re-installed FreeBSD with what I have learned. > I have configured my xserver and it seems to be working ok. > I read the the FreeBSD Handbook and found little about adding users or > groups. > 1) Do I add a group before a user? > 2) Other than sysinstall to add a user, is there anything else I need to do > to configure a regular (notsuperuser) > (Keeping in mind to copy .xsession and .xinitrc to that user's dir.) In this case, and in this stage of your experience, I would recommend to you to use /stand/sysinstall. In an xterminal, become root and do: # cd /stand # ./sysinstall This will give you the configuration dialog, that you may remember from when you did the installation. But this time you choose the option: "Configure Do post-install configuration of FreeBSD" In the next dialog, you get lots menu items. Some of them are a little dangerous (e.g. disk management), but you also see here "User Management". Go there and add a group and new user; this dialog explains itself, I suppose. When finished, simply select "Cancel" and "X Exit Install" and you're done. Would that work? Rob.