sudo is a tool which allows users to run commands with elevated privileges as root. Users authenticate using the credentials of their own account. Accounts that are authorized to run sudo are configured in /etc/sudoers.
sudo is a tool which allows users to run commands with elevated privileges as the root account or equivalent. Users authenticate using the credentials of their own account. Accounts that are authorized to run sudo are configured in /etc/sudoers.