Create a Sudo User in Ubuntu

Overview

in this tutorial you will learn how to create a user with sudo privileges. A sudo user is one that is granted rights to execute the sudo command, typically used for temporarily escalating permissions in order to perform a task it doesn’t have privileges for.

An example use case for using sudo is performing administrative tasks — rebooting a server, making system changes, managing a service, etc.