From owner-freebsd-questions@FreeBSD.ORG Tue Jul 1 10:53:42 2008 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 439291065678 for ; Tue, 1 Jul 2008 10:53:42 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.177]) by mx1.freebsd.org (Postfix) with ESMTP id C6C528FC28 for ; Tue, 1 Jul 2008 10:53:41 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by ik-out-1112.google.com with SMTP id c30so956859ika.3 for ; Tue, 01 Jul 2008 03:53:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=/Q9PL/vrzm9+3GQmH7IA43LM1CcaHPZP6EcRT/0WRA8=; b=UrXP3Cv3A7iWK4b0ZkKgmxRet2TmbJvtFvnvvBRPIEf/yzP86QcEGd3SqmnUnDa/TX pVtFEnuYynhYT5wH7CeoZ6HBBM2fl/vYkOLgZfC3MnJ8L1jUAqfeocJfKtBbmvzmBTud FlvBVSS4MTW1P6jbn+oVB9yuD1sciBC23xmBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=U7MPgXIPkZSyn2fV0BeJMrAtLZzCjLQj2mKKDxIpD99NcrObWvFxHzJz6IRVZBaOnN e1D/Q2M6h+8RlxaWA+WtNdUCkPQFtL+v/x+JnqC+eJ3KFnYQM3JD0FGNQmlCOIjOt6xu HfxQPRLlOPmeddvOl9Nkf41l6OCuzKBESmWCU= Received: by 10.210.21.6 with SMTP id 6mr5152425ebu.184.1214909620759; Tue, 01 Jul 2008 03:53:40 -0700 (PDT) Received: from atlantis.dyndns.org ( [85.72.90.75]) by mx.google.com with ESMTPS id f7sm5884352nfh.38.2008.07.01.03.53.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 01 Jul 2008 03:53:39 -0700 (PDT) Message-ID: <486A0CB0.5090302@gmail.com> Date: Tue, 01 Jul 2008 13:53:36 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080607) MIME-Version: 1.0 To: Warren Liddell References: <200807012043.21155.shinjii@maydias.com> In-Reply-To: <200807012043.21155.shinjii@maydias.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: cant su to root 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: Tue, 01 Jul 2008 10:53:42 -0000 Warren Liddell wrote: > When i try to su to root from konsole within kde it tells me.. > > $ su > su: Sorry > > i got a feeling when i added my user client to operators group this may have > done this an sadly now i cant run or do anything that requires root access. > > Any thoughts? > > Maybe you added your account to the operators group, but removed it from the wheel group? Try: id and see if you have wheel in your groups. as root you can use pw usermod to restore this, e.g. pw usermod -g -G wheel,operator,... (there are other ways to do this as well.)