A superuser is an account with broad privileges, making it useful for system administration. This account is known by other names as well, such as “root”, “administrator”, and “supervisor”.
The superuser’s privileges are unrestricted and it can perform any available action on a system, including potentially dangerous ones like adding or deleting users or installing and removing software. Because of these broad privileges and the potential dangers that come with them, it’s generally considered good practice to create other, non-superuser accounts for regular work and avoid using the superuser account in day-to-day functions.
On Unix-like systems, you can create non-superuser accounts that are members of the sudo
group. Members of the sudo
group have the ability to prepend any command with sudo
to temporarily elevate their permissions to that of the superuser. This makes it possible to perform administrative tasks without having to switch to the root account.
You can learn more about superusers and sudo-enabled accounts by following one of our tutorials on How To Add a Sudo-enabled User.
Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.