sudo
The sudo (superuser do) command allows a permitted user to execute a command as the superuser or another user, as specified by the security policy in the sudoers file. It temporarily elevates privileges without needing to log in as root.
Basic Syntax
sudo [OPTION]... COMMAND