PDA

View Full Version : Root


FateZero
2003-09-16, 09:37 AM
I have tried to log in as root threw telnet or ssh on my server but the root password they sent me does not work what do I do to fix this and log in. thanks.

QT
2003-09-16, 09:40 AM
First off, telnet is disabled on the servers. When you log in via SSH, you must log in with your username and password....then you can su to root. :)

FateZero
2003-09-16, 10:38 AM
how do I switch users to root once im logded in as me.

QT
2003-09-16, 10:53 AM
Originally posted by FateZero
how do I switch users to root once im logded in as me.

At the command prompt you type:

su - <enter>

Then when prompted, enter your root password. :)