Sitemap

sudo | superuser do

a program acting as a privileged command dispatcher

sudo group is either named sudo or wheel

  • Listed in /etc/sudoers file? Only then, you can do
  • sudo provides audit trails
  • Can run those commands as root specified in /etc/sudoers
  • After running the commands, you return to the original environment

sudo vs su