Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: login as root in AWS server  (Read 2204 times)

0 Members and 1 Guest are viewing this topic.

aravindm

  • Guest
login as root in AWS server
« on: April 28, 2018, 11:26:14 am »
You can't login directly as root in the instance.

Use the following command after logging into the server as the user.

Code: [Select]
sudo -i
 ;)