Superuser Access
As we’ll be installing software and configuring services, it’s a must to have superuser access to the host system. Try which one ever of the following options fits you the most, to verify root access:
-
I used
root
user to login to this hostIf it returns
root
then you have root access. -
My regular user has superuser privileges
If it succeeds then you’ve superuser access.
-
I know the
root
password, but my regular user isn’t a superuserIf it succeeds then you’ve root access. While it’s possible to run the setup as root, it’s generally not recommended.
Once you login with that user the next time, you can use
sudo
to run commands with superuser privileges. Please verify it’s working before proceeding to the next steps.
Once you’ve verified having superuser access, press Ctrl+D to exit root shell to become regular (albeit sudoer) user or type exit
in the terminal and press Enter to the same effect.