Path: utzoo!attcan!uunet!decwrl!sdd.hp.com!hplabs!hpfcso!hpldola!hp-lsd!jimr From: jimr@hp-lsd.COS.HP.COM (Jim Rogers) Newsgroups: comp.unix.questions Subject: Re: setting variable on Bourne-shell startup Message-ID: <7370014@hp-lsd.COS.HP.COM> Date: 13 Sep 90 16:31:11 GMT References: Organization: HP Logic Systems Division - ColoSpgs, CO Lines: 16 If you have a BSD system (or others such as HP-UX) you can use the "chsh" command to change your default login shell. If you want the Bourne shell as your default then give the command: chsh $LOGNAME /bin/sh Henceforth your login shell will be the Bourne shell. The valid values for shell names used with "chsh" are: /bin/sh /bin/csh /bin/ksh Jim Rogers Hewlett Packard Company