sudo is not only to sudo (execute files as another user)
Last modified on July 24, 2026 • 1 min read • 63 wordsIf you want to execute a command with root privileges, you normally use the command “sudo”.
sudo -u backuppc /usr/local/backuppc/bin/BackupPC_serverMesg status infoInstead of the username (backuppc) one can also use the user id (uid).