Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Can't log in right on console to accounts in CAPS. Message-ID: <7839@auspex.auspex.com> Date: 15 May 91 17:27:41 GMT References: <26859@adm.brl.mil> <1991May12.214724.18394@chinet.chi.il.us> Organization: Auspex Systems, Santa Clara Lines: 16 >Under sysV, putting "stty -iuclc -olcuc -xcase" in your .profile Or your ".login", if you use the C shell (some S5 systems include it; S5R4 does, and I think S5R3.2 does, and vendors have added it to earlier systems). >will take care of things even if you logged in in uppercase accidentally. >I trust SunOS has equivalents. SunOS has equivalents; if you're running SunOS 4.x, putting "stty -iuclc -olcuc -xcase" in your ".profile" or ".rlogin" will take care of things. So will "stty -lcase", no matter *what* release you're running of SunOS; it'll also work in S5 (in S5, and in SunOS 4.x, "-lcase" is a more-convenient shorthand for "-iuclc -olcuc -xcase") and systems (such as SunOS prior to 4.0) with V7/BSD-flavored "stty" commands.