Link to home
Start Free TrialLog in
Avatar of BFirth
BFirth

asked on

Command Line Login Problems

Hi,
I'm trying to login with a different user from the terminal command line using
login -f user2
after prompting me for my password it tells me that login is incorrect.
The password and username are correct
thanks for the help
ASKER CERTIFIED SOLUTION
Avatar of ravenpl
ravenpl
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
try this

exec login user2

or

exec login

in the second option it prompts you for username and password both.

goutham