<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sudo on Michael’s Domain</title><link>https://jeltsch.org/en/tags/sudo/</link><description>Recent content in Sudo on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/sudo/index.xml" rel="self" type="application/rss+xml"/><item><title>sudo is not only to sudo (execute files as another user)</title><link>https://jeltsch.org/en/sudo_is_not_only_to_sudo_execute_files_as_another_user/</link><pubDate>Fri, 25 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/sudo_is_not_only_to_sudo_execute_files_as_another_user/</guid><description>&lt;p&gt;If you want to execute a command with root privileges, you normally use the command &amp;ldquo;sudo&amp;rdquo;. But of course you can execute a command also as any other user. E.g. I need to execute some script for my backup as user &amp;ldquo;backuppc&amp;rdquo;. then I just type:&lt;code&gt;sudo -u backuppc /usr/local/backuppc/bin/BackupPC_serverMesg status info&lt;/code&gt;Instead of the username (backuppc) one can also use the user id (uid).&lt;/p&gt;</description></item><item><title>Ubuntu and root, su and sudo</title><link>https://jeltsch.org/en/ubuntu_and_root_su_and_sudo/</link><pubDate>Tue, 06 Mar 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/ubuntu_and_root_su_and_sudo/</guid><description>&lt;p&gt;In (K)ubuntu, only sudo is allowed by default. To enable su, execute:&lt;code&gt;sudo -s -H&lt;/code&gt;To enable graphical root login, edit /etc/kde3/kdm/kdmrc:&lt;code&gt;AllowRootLogin=true&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>