From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 14:32:27 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 9D64916A4CE for ; Fri, 16 Jul 2004 14:32:27 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E6D43D39 for ; Fri, 16 Jul 2004 14:32:27 +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 i6GEWOK03189; Fri, 16 Jul 2004 10:32:24 -0400 (EDT) From: Jerry McAllister Message-Id: <200407161432.i6GEWOK03189@clunix.cl.msu.edu> To: mfcardenas@prodigy.net.mx Date: Fri, 16 Jul 2004 10:32:23 -0400 (EDT) In-Reply-To: <200407160044.20159.mfcardenas@prodigy.net.mx> from "Miguel Cardenas" at Jul 16, 2004 12:44:20 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-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 14:32:27 -0000 > > Hello list... > > When I try to run 'su' it does not run and returns a message: > > su: Sorry. > > and returns to the shell prompt... I guess it is 'cos some kind of > permission... just read the 'su' manpage and it tells about a /etc/pam.conf > but the file is not present... should I create it by hand? or there is an > utility to add users or something like? 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. ////jerry > > Thanx! >