[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: How to login to a machine with invalid shell in /etc/passwd?
- To: <misc@openbsd.org>
- Subject: RE: How to login to a machine with invalid shell in /etc/passwd?
- From: "Jason Coene" <jcoene@rochester.rr.com>
- Date: Tue, 2 Jan 2001 18:47:20 -0500
- Importance: Normal
Hmmn,
I am by no means a solaris guru -- havent touched it for more than 10
minutes. But maybe you could:
su root -c "/path/to/bash"
thus eliminating the request to use the default shell. i dont know if it
will work or not, but off the top of my head it seems like its worth the
reply :)
~ Jason