From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 18:49:17 2006 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 3FEA316A4E2 for ; Mon, 10 Jul 2006 18:49:17 +0000 (UTC) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 89F1B43D60 for ; Mon, 10 Jul 2006 18:49:11 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail58.nyc.untd.com (webmail58.nyc.untd.com [10.141.27.198]) by smtpout02.nyc.untd.com with SMTP id AABCMFJJ2AJX7BE2 for (sender ); Mon, 10 Jul 2006 11:48:56 -0700 (PDT) X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yRMRu80e+pIBHeMrQwyn/xqIlJJA5s45chA== Received: (from gs_stoller@juno.com) by webmail58.nyc.untd.com (jqueuemail) id LUXKDFWS; Mon, 10 Jul 2006 11:48:40 PDT Received: from [67.84.52.37] by webmail58.nyc.untd.com with HTTP: Mon, 10 Jul 2006 18:47:53 GMT X-Originating-IP: [67.84.52.37] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Mon, 10 Jul 2006 18:47:53 GMT To: jonc@chen.org.nz X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20060710.114840.3420.305276@webmail58.nyc.untd.com> X-ContentStamp: 3:4:3561558383 X-MAIL-INFO: 4d7e339af3c7c7c3cf93ea6b8e3e27ce0b2e57672f63de1eee47a36f2f477b0ae72bfa67432b8ff70a1f4e X-UNTD-Peer-Info: 10.141.27.198|webmail58.nyc.untd.com|webmail58.nyc.untd.com|gs_stoller@juno.com Cc: freebsd-questions@freebsd.org Subject: Re: The ENV variable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 18:49:17 -0000 On Sun, Jul 09, 2006 11:28 PM Jonathan Chen wrote: >On Mon, Jul 10, 2006 at 01:43:40AM +0000, gs_stoller@juno.com wrote: >> The shell variable ENV is supposed to name a script to be >> invoked whenever the Korn shell starts up an interactive shell. Whil= e >> this is the case for just about all users, on my system it is not the= >> case for users with the user-id of root . Is this how UNIX is >> supposed to work? >By default, root uses csh. Have you modified your root to use ksh? ksh is more powerful than csh , so I use it almost all the time, ergo I am more familiar with it. Yes, I have.