Root elevation not allowed!

General support questions
Post Reply
omalisson
Posts: 1
Joined: 2019/03/23 19:39:40

Root elevation not allowed!

Post by omalisson » 2019/03/23 20:17:54

Hello guys!
Good afternoon!

I need too much help with an ECS instance of AWS that I created recently using a CentOS Linux 7 x86_64 HVM EBS ENA 1901_01 image, as it happens that after starting the same, I can not perform user elevation centos for root!

I've tried to follow some instructions found on the internet but all to no avail!

I need too much root access to complete some integrations that are only possible with root access.

Not even explaining how sudo with you if you want to create an ordinary file!

Please, somebody help me!
Attachments
aws-centos7.jpg
aws-centos7.jpg (105.83 KiB) Viewed 625 times

User avatar
TrevorH
Site Admin
Posts: 33221
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Root elevation not allowed!

Post by TrevorH » 2019/03/23 20:21:44

Which password are you entering? When you use the sudo command it wants your password. When you use the su command it wants the root password.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Root elevation not allowed!

Post by hunter86_bg » 2019/03/24 06:35:22

All clouds allow only sudo, so you need to enter:

Code: Select all

sudo su -
And on the password prompt enter your user (NOT root) password.

Post Reply