From owner-freebsd-questions@FreeBSD.ORG Wed Aug 18 14:27:55 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 D2B7C16A4CE for ; Wed, 18 Aug 2004 14:27:55 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1342243D31 for ; Wed, 18 Aug 2004 14:27:55 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id i7IEU2WA050259; Wed, 18 Aug 2004 16:30:02 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id i7IEU2LW050258; Wed, 18 Aug 2004 16:30:02 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Wed, 18 Aug 2004 16:30:02 +0200 From: Ruben de Groot To: Jerry McAllister Message-ID: <20040818143002.GB49938@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Jerry McAllister , Thomas Spreng , indunil , freebsd-questions@freebsd.org References: <41233E10.3070004@socket.ch> <200408181404.i7IE4sB11876@clunix.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408181404.i7IE4sB11876@clunix.cl.msu.edu> User-Agent: Mutt/1.4.2.1i cc: indunil cc: Thomas Spreng cc: freebsd-questions@freebsd.org Subject: Re: help !!!!! 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: Wed, 18 Aug 2004 14:27:55 -0000 On Wed, Aug 18, 2004 at 10:04:53AM -0400, Jerry McAllister typed: > > > > hi, > > > > please be more specific when asking a question. Read > > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/ > > about how to ask question on this list. > > > > as a second note, read the User Account Management documentation > > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/users.html). > > > > > I installed FREEBSD 5.2.1. I can telnet to Free BSD box from Windows 2000 > > > client. I can telnet to it with my USERNAME and PASSWORD. Then I want to be > > > root. So I issue SU - ( or SU - root). then FreeBSD box asks me the > > > password (root's password ). > > > when I give root's password, FreeBSD box does not accept . Why ? Pls help me > > > ... > > You need to be in the wheel group to su to root. He is. Otherwise, he would not have gotten a password prompt: testuser@localhost$ su - su: Sorry testuser@localhost$ > You can add your id to group wheel either logged in as root or > in single user mode. > > > it's a very bad idea to use telnet for obvious security reasons. Use > > ssh. Please note that toor and root both have a password of their own > > and you'll have to be in their group in order to su. > > Although ssh is a better (more secure) way, it does not have anything > to do with the question and neither does this about root and toor. > > The whole issue is being in the wheel group. No, it is not. Either he forgot his root password or there's no password at all (have you tried just hitting return when asked for root's password?) In case of forgotten rootpassword, maybe this will help: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#FORGOT-ROOT-PW cheers, Ruben