From owner-freebsd-questions Fri Feb 28 16:48:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA00700 for questions-outgoing; Fri, 28 Feb 1997 16:48:43 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA00695 for ; Fri, 28 Feb 1997 16:48:39 -0800 (PST) Received: from localhost (ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) with SMTP id QAA18800; Fri, 28 Feb 1997 16:48:15 -0800 (PST) Date: Fri, 28 Feb 1997 16:48:15 -0800 (PST) From: Snob Art Genre Reply-To: Snob Art Genre To: RGireyev@BellInd.com cc: questions@freebsd.org Subject: Re: Post installation stuff In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 28 Feb 1997 RGireyev@BellInd.com wrote: > Hi! > > I have a success story and a couple of questions. > > I have been able to successfully install 2.1.7 on a > 5x86 120, 16M RAM, 850HD. I tried using system > commander but kept getting read error. Anyway, I ended > up using the default MBR handler and it works just fine. > > Question 1: I would like to have my prompt (PS1) > to always show me the directory path I'm in (pwd) > In HP-UX land (Korn shell) it's PS1='$PWD'. > Any suggestions. I have a couple of suggestions: 1) install the pd-ksh port so you have ksh. 2) if you want to use tcsh, use a statement that looks something like this: set prompt = "${mch:q}:{%/}% " This gives you a prompt that looks something like this: narcissus:{/home/ben}% Edit to taste -- it's the %/ part that gives the current working directory. > Question 2: After installing the system I created > a user, me. And assigned him (me) to the group wheel. > But I cannot do su or shutdown, what would be a > better group choice (bin comes to mind but I wanna > be sure) You should be able to su. Are the permissions on /usr/bin/su 4555? Shutdown belongs to group operator -- I put myself in that group and made /sbin/shutdown mode 4550, and it works. > Thanks, Rudy. > > > > ------------------------------------------------------------------------- > ---------- > Communication, people, is the key. :-) > Ben "You have your mind on computers, it seems."