From owner-freebsd-questions@FreeBSD.ORG Thu Feb 22 17:11:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D537616A403 for ; Thu, 22 Feb 2007 17:11:07 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.freebsd.org (Postfix) with ESMTP id 86DED13C461 for ; Thu, 22 Feb 2007 17:11:07 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from [62.68.185.68] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1HKHTF-0003B1-Is; Thu, 22 Feb 2007 18:11:05 +0100 Message-ID: <45DDCEA9.9060903@freemail.hu> Date: Thu, 22 Feb 2007 18:11:05 +0100 From: =?ISO-8859-1?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Jerry McAllister , freebsd-questions@freebsd.org References: <1a61db890702210222h5e7258aaw8c4caac677cd278d@mail.gmail.com> <20070222170214.GA20259@gizmo.acns.msu.edu> In-Reply-To: <20070222170214.GA20259@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Reg, User rights 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: Thu, 22 Feb 2007 17:11:07 -0000 > Create a user as per normal. Then, also add that userid to the wheel > group. (Don't make wheel the user's primary group. Use a regular > group for that. Just add their id in the /etc/group file to wheel. > I prefer to use pw groupmod -m I believe that is the official way to do it. Laszlo