From owner-freebsd-questions@FreeBSD.ORG Mon Nov 13 18:38: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 DB3AF16A4EC for ; Mon, 13 Nov 2006 18:38:41 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3CE443EB2 for ; Mon, 13 Nov 2006 18:33:54 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [67.188.231.169] (c-67-188-231-169.hsd1.ca.comcast.net[67.188.231.169]) by comcast.net (sccrmhc14) with ESMTP id <2006111318333301400medm7e>; Mon, 13 Nov 2006 18:33:33 +0000 Message-ID: <4558BA7E.8080809@comcast.net> Date: Mon, 13 Nov 2006 10:33:34 -0800 From: Rem P Roberti User-Agent: Thunderbird 1.5.0.8 (X11/20061109) MIME-Version: 1.0 To: FreeBSD-Questions@FreeBSD.org References: <4558A560.4050004@comcast.net> <20061113180205.GA45282@Grumpy.DynDNS.org> In-Reply-To: <20061113180205.GA45282@Grumpy.DynDNS.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Shutting down as user 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: Mon, 13 Nov 2006 18:38:42 -0000 > On Mon, Nov 13, 2006 at 09:03:28AM -0800, Rem P Roberti wrote: > >> Hi everyone. I just installed 6.1 on an old laptop, and I am unable to >> shutdown as user. I get a "permission denied" error message. I know >> that this is probably some simple permission's thing, as I don't have >> that problem on my desktop, but I'm pretty new to all of this and would >> appreciate a heads up on how to shut down as user. Thanks. >> > > Add yourself to the "operator" group. Just edit /etc/group. > > I knew that the solution was a simple one, I just couldn't remember what it was. Thanks, David. Rem