<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Suid on Michael’s Domain</title><link>https://jeltsch.org/en/tags/suid/</link><description>Recent content in Suid 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/suid/index.xml" rel="self" type="application/rss+xml"/><item><title>suid and executing programs as root without need of typing the root password</title><link>https://jeltsch.org/en/suid_and_executing_programs_as_root_without_need_of_typing_the_root_password/</link><pubDate>Mon, 21 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/suid_and_executing_programs_as_root_without_need_of_typing_the_root_password/</guid><description>&lt;p&gt;If you have executables (programs, scripts), that need root privileges to run (e.g. that mount something), you don&amp;rsquo;t need to type in the su password everytime.You can set the suid for that file and change its owner to root:&lt;code&gt;chmod u+s filename chown root filename&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>