From owner-freebsd-questions@FreeBSD.ORG Fri Aug 27 03:02:14 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 A224F16A4DC for ; Fri, 27 Aug 2004 03:02:14 +0000 (GMT) Received: from raadradd.homeunix.org (bwa212.neoplus.adsl.tpnet.pl [83.29.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2683843D2D for ; Fri, 27 Aug 2004 03:02:13 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id 6E1A6A52F; Fri, 27 Aug 2004 05:02:12 +0200 (CEST) Date: Fri, 27 Aug 2004 05:02:12 +0200 From: Radek Kozlowski To: Soo-Hyun Choi Message-ID: <20040827030212.GE25551@werd> References: <34b425c5040826185568fca31@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <34b425c5040826185568fca31@mail.gmail.com> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: change group to wheel 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: Fri, 27 Aug 2004 03:02:14 -0000 On Fri, Aug 27, 2004 at 02:55:26AM +0100, Soo-Hyun Choi wrote: > Hi, > > I would like to include a user in the wheel group so that the user can > do "su". The user is not in the wheel group now. How can I change it? pw groupmod wheel -m user -Radek