Path: utzoo!attcan!uunet!cs.utexas.edu!samsung!dali.cs.montana.edu!uakari.primate.wisc.edu!aplcen!wb3ffv!ka3ovk!raysnec!shwake From: shwake@raysnec.UUCP (Ray Shwake) Newsgroups: comp.unix.aux Subject: Startup files Message-ID: <76@raysnec.UUCP> Date: 18 Sep 90 13:38:24 GMT References: <16167@unix.SRI.COM> <447@afsg.apple.com> <15354@csli.Stanford.EDU> Organization: IRS/CI - Technical Solutions Branch Lines: 11 anderson@csli.Stanford.EDU (Steve Anderson) writes: >The tcsh on afsg.apple.com works fine, except for one thing: when I >login with this as my shell, it doesn't run my .login, apparently. The >same thing happens with bash as my login shell. Only when my default >shell is sh or csh is .login run. Well, if your sh is running .login, it isn't working as a standard Bourne shell. Bourne shell should only know about, and run, .profile. C shell will (or should) run .cshrc, then .login. Don't know what tcsh "should" do, as we don't run it here.