From owner-freebsd-questions@FreeBSD.ORG Thu Oct 5 16:38:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AC65916A415 for ; Thu, 5 Oct 2006 16:38:37 +0000 (UTC) (envelope-from jbell@stelesys.com) Received: from stelesys.com (web3.stelesys.com [63.175.100.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634D543DE5 for ; Thu, 5 Oct 2006 16:37:36 +0000 (GMT) (envelope-from jbell@stelesys.com) Received: from [127.0.0.1] (helo=www.stelesys.com) by stelesys.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GVWD9-000DdW-LP; Thu, 05 Oct 2006 12:36:39 -0400 Received: from 209.134.164.20 (SquirrelMail authenticated user jbell@stelesys.com) by www.stelesys.com with HTTP; Thu, 5 Oct 2006 12:36:39 -0400 (EDT) Message-ID: <4249.209.134.164.20.1160066199.squirrel@www.stelesys.com> In-Reply-To: <200610051324.14456.thomas@hindsight.de> References: <200610051324.14456.thomas@hindsight.de> Date: Thu, 5 Oct 2006 12:36:39 -0400 (EDT) From: "Jerry Bell" To: thomas@hindsight.de User-Agent: SquirrelMail/1.4.6-rc1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Free BSD Questions list Subject: Re: Member of group wheel, but still can't shutdown system? 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, 05 Oct 2006 16:38:37 -0000 You need to be in the wheel group to be able to SU to root, but that won't give you permission to run shutdown. Only root can do that, I believe. > Hi All, > > I've just installed FreeBSD 6.1 and listed myself as a member of the wheel > group during the add users portion of the installation. For some reason I > have not put a finger on yet I cannot shutdown the system "do not have > permission" to effect the command. Went back as root on a later session > and > re-entered my name in /etc/group to the wheel account to no avail, anybody > got an idea as to where I need to look? > > Thanks, > Tommy2