Path: utzoo!attcan!uunet!snorkelwacker!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-ses!hpcc01!hpwrce!goertz From: goertz@hpwrce.HP.COM ( Mike Goertz) Newsgroups: comp.unix.wizards Subject: Re: Problems with su SOLVED! Message-ID: <690004@hpwrce.HP.COM> Date: 20 Feb 90 00:21:15 GMT References: <19379@grebyn.com> Organization: Ye Olde Salt Mines Lines: 5 Check that whatever shell you have specified in /etc/passwd has the necessary permissions, check all the way back to the root directory. I have also seen this behavior when the login shell in passwd was a script, in these cases we handled it by changing the login shell to /bin/sh and logged in once, after that we could change it back to the script and it worked fine.