From owner-freebsd-questions@FreeBSD.ORG Fri Oct 6 11:29:41 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 BB16616A407 for ; Fri, 6 Oct 2006 11:29:41 +0000 (UTC) (envelope-from thomas@hindsight.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB2D543D58 for ; Fri, 6 Oct 2006 11:29:40 +0000 (GMT) (envelope-from thomas@hindsight.de) Received: from [217.95.237.168] (helo=debian.hindsight.de) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1GVntY49MS-0003UT; Fri, 06 Oct 2006 13:29:37 +0200 From: thomas@hindsight.de To: albi Date: Fri, 6 Oct 2006 13:38:31 +0200 User-Agent: KMail/1.7.2 References: <200610051324.14456.thomas@hindsight.de> <20061005132529.5b59824f.albi@scii.nl> In-Reply-To: <20061005132529.5b59824f.albi@scii.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610061338.31511.thomas@hindsight.de> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:d40fc33d9648f1a13c22020fec7cd80a Cc: freebsd-questions@freebsd.org 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: Fri, 06 Oct 2006 11:29:41 -0000 On Thursday 05 October 2006 01:25 pm, albi wrote: > On Thu, 5 Oct 2006 13:24:14 +0200 > > thomas@hindsight.de wrote: > > 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? > > # ls -la /sbin/shutdown > -r-sr-x--- 1 root operator 431524 May 2 16:40 /sbin/shutdown > > what about group operator ? but i personally would use sudo instead of > group wheel etc. Received several responses and suggestions to my group wheel question, thanks to all. Whether it is best to add myself also to operators group or sudoers as suggested is something I need to play with to deside which is best for my use, but the feedback was greatly appreciated! Tommy2