Admin-Ahead Community

General Category => General Discussion => Topic started by: aravindm on April 28, 2018, 11:26:14 am

Title: login as root in AWS server
Post by: aravindm 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
 ;)