From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 21:38:36 2004 Return-Path: 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 2E49B16A4CE for ; Fri, 16 Jul 2004 21:38:36 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA1043D49 for ; Fri, 16 Jul 2004 21:38:35 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i6GLcXl07766; Fri, 16 Jul 2004 17:38:33 -0400 (EDT) From: Jerry McAllister Message-Id: <200407162138.i6GLcXl07766@clunix.cl.msu.edu> To: mfcardenas@prodigy.net.mx Date: Fri, 16 Jul 2004 17:38:32 -0400 (EDT) In-Reply-To: <200407161603.35626.mfcardenas@prodigy.net.mx> from "Miguel Cardenas" at Jul 16, 2004 04:03:35 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: 'su' problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 21:38:36 -0000 > > > > su: Sorry. > > Are you running it as root? If so, you are probably mistyping something. > > If you are not root and trying to su to root, then your id has to be > > in the wheel group. > > I run it as normal user, and only replies like this > > $ su > su: Sorry, > $ > > What problem could be? I have freebsd 5.2.1 First, when you respond, make sure you cc the list and don't just send a message back to an individual. It lets others follow the thread and possibly respond and it also gets responses in the archive. The other thing I mentioned, and I think some else did to is that you must be in the wheel group. So, put yourself in the wheel group and then try it. If you are unable to do that - eg do not have sufficient access to do it, then you aren't allowed to use su either. Groups are in /etc/group ////jerry > > Thanx! > >