From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 15:57:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A3EB116A41C for ; Fri, 8 Jul 2005 15:57:21 +0000 (GMT) (envelope-from sharkwang@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 456B943D55 for ; Fri, 8 Jul 2005 15:57:21 +0000 (GMT) (envelope-from sharkwang@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so638112wri for ; Fri, 08 Jul 2005 08:57:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CjJu6WH23EDyrlKRVcBxWWklKsL0W2zsI3nRfP//W0Uzm20GJi8FecC4DVy2fElJC0paLc8g3+ZWZsF2vbqPAEqCXnPIli4ZniCuF5Uf0jV+LzVOrzlG/MU1rivtn8hztpsDuF7pRp+sF8NGQc4ha2c7S/FOTy6PhucnPs9t6DU= Received: by 10.54.17.72 with SMTP id 72mr3511157wrq; Fri, 08 Jul 2005 08:57:20 -0700 (PDT) Received: by 10.54.19.45 with HTTP; Fri, 8 Jul 2005 08:57:20 -0700 (PDT) Message-ID: <1e22f359050708085757f0f597@mail.gmail.com> Date: Fri, 8 Jul 2005 23:57:20 +0800 From: Shark Wang To: FreeBSD User Groups for Questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Can't use 'su' command, after I installed FreeBSD by minimized model ! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shark Wang List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 15:57:21 -0000 When I logon, my $SHELL is /bin/sh, but when I use 'su root' to do some=20 confige, the system told me : $ su su: Sorry I found out the su command location with the following : $ which su /usr/bin/su Anybody help me to figure out the problems ? thanks!