sudo
The sudo command is short for 'superuser do'. It is used to execute a command acting as the superuser or 'root' user. A user can also be switched using the su (switch user) command. If su is called without passing a user name, it will switch to the root account.