From owner-freebsd-questions@FreeBSD.ORG Sat Mar 20 10:24:46 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 BC8EA16A4CE for ; Sat, 20 Mar 2004 10:24:46 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89AA343D1D for ; Sat, 20 Mar 2004 10:24:46 -0800 (PST) (envelope-from remko@elvandar.org) Message-ID: <405C8C61.8070208@elvandar.org> Date: Sat, 20 Mar 2004 19:24:33 +0100 From: Remko Lodder X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Yellin References: <011b01c40ea2$a231ccc0$0851db3e@net.migvan.co.il> In-Reply-To: <011b01c40ea2$a231ccc0$0851db3e@net.migvan.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: for evilcoder.org cc: freeBSD Subject: Re: problem with su 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: Sat, 20 Mar 2004 18:24:46 -0000 Eric Yellin wrote: > When I "su -m" and login as root, all I get in the prompt is a % sign. My > normal user shell is tcsh and the prompt looks like this: > [eric@www4]/home/eric(29): but this is not kept when I su -m. > How can I change this? > Thanks, > Eric > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hi Eric, When you use `su -` you say to the su program, "Let me own the root profile and give it's settings to me, dropping my own settings". use `su` if you want to say using your current settings. Cheers