<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Run GUI Apps as root in Mac OS X</title>
	<atom:link href="http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Wed, 19 Jun 2013 16:37:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: anon</title>
		<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/#comment-491571</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Sat, 09 Feb 2013 19:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=35920#comment-491571</guid>
		<description>`open` won&#039;t run the app as root.  It&#039;s mentioned in the first paragraph.</description>
		<content:encoded><![CDATA[<p>`open` won&#8217;t run the app as root.  It&#8217;s mentioned in the first paragraph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parakeet</title>
		<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/#comment-490665</link>
		<dc:creator>parakeet</dc:creator>
		<pubDate>Thu, 07 Feb 2013 17:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=35920#comment-490665</guid>
		<description>su only works with root user enabled, sudo runs the command as root without root user account enabled. Fairly important difference, though su does work.</description>
		<content:encoded><![CDATA[<p>su only works with root user enabled, sudo runs the command as root without root user account enabled. Fairly important difference, though su does work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dev_tty00</title>
		<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/#comment-490632</link>
		<dc:creator>dev_tty00</dc:creator>
		<pubDate>Thu, 07 Feb 2013 16:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=35920#comment-490632</guid>
		<description>There is no admin user.  sudo runs commands as root.  Read the man page.  Try this:

sudo touch testfile

You get:

-rw-r--r--  1 root  staff  0 Feb  7 11:30 testfile

root created and owns the file.</description>
		<content:encoded><![CDATA[<p>There is no admin user.  sudo runs commands as root.  Read the man page.  Try this:</p>
<p>sudo touch testfile</p>
<p>You get:</p>
<p>-rw-r&#8211;r&#8211;  1 root  staff  0 Feb  7 11:30 testfile</p>
<p>root created and owns the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lester</title>
		<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/#comment-490443</link>
		<dc:creator>Lester</dc:creator>
		<pubDate>Thu, 07 Feb 2013 07:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=35920#comment-490443</guid>
		<description>sudu command is not for root, sudo is for admin.
su is for root.

Big difference, 

Open as admin:
sudo open /Applications/TextEdit.app

Open as root
su open /Applications/TextEdit.app</description>
		<content:encoded><![CDATA[<p>sudu command is not for root, sudo is for admin.<br />
su is for root.</p>
<p>Big difference, </p>
<p>Open as admin:<br />
sudo open /Applications/TextEdit.app</p>
<p>Open as root<br />
su open /Applications/TextEdit.app</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Blommers</title>
		<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/#comment-490355</link>
		<dc:creator>John Blommers</dc:creator>
		<pubDate>Thu, 07 Feb 2013 02:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=35920#comment-490355</guid>
		<description>Simpler:  sudo  open  /Applications/TextEdit.app</description>
		<content:encoded><![CDATA[<p>Simpler:  sudo  open  /Applications/TextEdit.app</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uekele</title>
		<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/#comment-490245</link>
		<dc:creator>uekele</dc:creator>
		<pubDate>Wed, 06 Feb 2013 20:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=35920#comment-490245</guid>
		<description>Modifying hosts files, cron jobs, etc for the vi averse I suppose</description>
		<content:encoded><![CDATA[<p>Modifying hosts files, cron jobs, etc for the vi averse I suppose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DG</title>
		<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/#comment-490233</link>
		<dc:creator>DG</dc:creator>
		<pubDate>Wed, 06 Feb 2013 20:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=35920#comment-490233</guid>
		<description>So why might one need to do this?</description>
		<content:encoded><![CDATA[<p>So why might one need to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parakeet</title>
		<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/#comment-490221</link>
		<dc:creator>parakeet</dc:creator>
		<pubDate>Wed, 06 Feb 2013 19:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=35920#comment-490221</guid>
		<description>Absolutely. But one would hope they do know what they&#039;re doing if they&#039;re looking to do such a thing.</description>
		<content:encoded><![CDATA[<p>Absolutely. But one would hope they do know what they&#8217;re doing if they&#8217;re looking to do such a thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://osxdaily.com/2013/02/06/how-to-run-gui-apps-as-root-in-mac-os-x/#comment-490212</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Wed, 06 Feb 2013 19:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=35920#comment-490212</guid>
		<description>As always, giant caveat on using root for stuff. Be sure you know what you&#039;re doing. Back up files before making major modifications.</description>
		<content:encoded><![CDATA[<p>As always, giant caveat on using root for stuff. Be sure you know what you&#8217;re doing. Back up files before making major modifications.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 278/278 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-06-19 09:45:17 -->