SecureCRT root login trouble

kenvinh

New member
Joined
Sep 13, 2011
Messages
1
Hi,
I've been googling but with no luck!
I'm having a trouble when logging into my VPS server with root account.
Everything work fine on my normal account, but when I tried to change to root account using "su-" command, I just saw a '>' prompt, and nothing's change if I enter more command. And I can only switch to normal account only by "Ctrl+D"
Thanks in advance!
 

Attachments

  • secure.png
    secure.png
    35.1 KB · Views: 187
Normally you should use

Code:
su -

or

Code:
su - root

not

Code:
su - <any_user_here>
 
Back
Top