What is the main effect of prefixing an administrative command with sudo?
sudo
It runs the authorized command with elevated privileges, commonly as root.
It permanently converts the current account into root.
It sends the command to the background without changing privileges.
It encrypts the command text before execution.