Table of Contents
Switching to the root user on my Linux server
Updated Jun 7th, 2021 at 15:54 BST
To really get the most out of your Linux server, at some point you'll probably need to install something or change some configuration file that requires root/admin access. You can accomplish this by becoming the substitute user, super user or switch user.
Warning: Because you can do anything when you have root/admin access, it's really easy to mess up your server. Be careful.
Enable root/admin access for your server.
Connect via SSH to your server and run this command:
sudo su -
Enter your server password. You should now have root access.