From owner-freebsd-questions@FreeBSD.ORG Sat Nov 27 17:07:07 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B95D10656A3 for ; Sat, 27 Nov 2010 17:07:07 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 25BBE8FC1B for ; Sat, 27 Nov 2010 17:07:06 +0000 (UTC) Received: by ewy24 with SMTP id 24so1408201ewy.13 for ; Sat, 27 Nov 2010 09:07:06 -0800 (PST) Received: by 10.213.22.138 with SMTP id n10mr7643923ebb.12.1290877625806; Sat, 27 Nov 2010 09:07:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.31.209 with HTTP; Sat, 27 Nov 2010 09:06:45 -0800 (PST) In-Reply-To: <4CF1395D.27634.1829768@dave.g8kbv.demon.co.uk> References: <20101125230217.GA25485@thought.org> <4CEFA3DD.9090106@qeng-ho.org> <4CF1395D.27634.1829768@dave.g8kbv.demon.co.uk> From: Chris Brennan Date: Sat, 27 Nov 2010 12:06:45 -0500 Message-ID: To: Dave Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: next question.... 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: Sat, 27 Nov 2010 17:07:07 -0000 On Sat, Nov 27, 2010 at 12:01 PM, Dave wrote: > $ su > su: Sorry > $ sudo > sudo: not found > $ uname -a > FreeBSD FBSD.67MK181QZ 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Wed Apr 14 > 22:55:09 BST 2010 > root@FBSD.67MK181QZ:/usr/obj/usr/src/sys/PPSGENERIC i386 > $ > $ > > You need to add yourself to the 'wheel' group to su or you need to add the proper line to /usr/local/etc/sudoers to sudo correctly. When su'ing, pass 'su -' (assumes the path of the user your changing to). When sudo'ing, pass 'sudo su -' (same principle applies, but you don't need to to be in wheel to use this command)