<?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: Sleep a Mac from the Command Line</title>
	<atom:link href="http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Wed, 22 May 2013 19:52:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Bob</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409647</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 25 Jul 2012 04:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409647</guid>
		<description>To: Rob

Yeah I don&#039;t care what typical windows user do I clump them in with typical apple users.

The terminal is not just to understand how the underpinnings of the OS works. For me I use the terminal to SSH into remote machines to run batch process on more powerful machines, basic file management (cp and mv are far better than the finder), raw conversion of files from my DSLR (with dcraw), etc... There is no reason to use a more or less untested GUI program when there are terminal programs that do the exact same thing and have been tested for decades.

I am not a system admin or anything like that! I use terminal programs because they are normally better! Not sure why it is part of apple culture that the terminal is only for configuring your computer. Hell vim in the terminal is far better than any GUI text editor that run well in OS X.</description>
		<content:encoded><![CDATA[<p>To: Rob</p>
<p>Yeah I don&#8217;t care what typical windows user do I clump them in with typical apple users.</p>
<p>The terminal is not just to understand how the underpinnings of the OS works. For me I use the terminal to SSH into remote machines to run batch process on more powerful machines, basic file management (cp and mv are far better than the finder), raw conversion of files from my DSLR (with dcraw), etc&#8230; There is no reason to use a more or less untested GUI program when there are terminal programs that do the exact same thing and have been tested for decades.</p>
<p>I am not a system admin or anything like that! I use terminal programs because they are normally better! Not sure why it is part of apple culture that the terminal is only for configuring your computer. Hell vim in the terminal is far better than any GUI text editor that run well in OS X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Bates</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409454</link>
		<dc:creator>Rob Bates</dc:creator>
		<pubDate>Tue, 24 Jul 2012 13:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409454</guid>
		<description>Typical Windows users don&#039;t used the Command Prompt, Powershell or RDP either. Face it, PCs have largely become appliances. Most users of every operating system just want to run their apps. They don&#039;t want/need a deep understanding of the underpinnings.
But don&#039;t worry, their is a place for powerusers on every OS.</description>
		<content:encoded><![CDATA[<p>Typical Windows users don&#8217;t used the Command Prompt, Powershell or RDP either. Face it, PCs have largely become appliances. Most users of every operating system just want to run their apps. They don&#8217;t want/need a deep understanding of the underpinnings.<br />
But don&#8217;t worry, their is a place for powerusers on every OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahdi</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409400</link>
		<dc:creator>Mahdi</dc:creator>
		<pubDate>Tue, 24 Jul 2012 09:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409400</guid>
		<description>You can also use &quot;option+command+eject&quot;</description>
		<content:encoded><![CDATA[<p>You can also use &#8220;option+command+eject&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409383</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 24 Jul 2012 07:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409383</guid>
		<description>Will, thanks for the info.  A few days before this post, I was playing around in &quot;the scary terminal&quot; (I&#039;m looking at you, Bob).  I was logged in under my admin account and goofing around.  I remembered an old unix command from my Novell days so I tried entering &quot;shutdown -h now&quot;, which from what I vaguely remembered would power down the whole server immediately.  Terminal kept looking for some higher level password from me, which I could not provide because I had not enabled root.  After reading this thread, I realized i didnt type the sudo prefix.  Duh.  So, tried the command again, with sudo prefix this time, and hey, the mac shutdown instantly.  

Cool!  Thanks again.  This has sparked an interest in getting to know cli a bit better.  sudo.  wow.</description>
		<content:encoded><![CDATA[<p>Will, thanks for the info.  A few days before this post, I was playing around in &#8220;the scary terminal&#8221; (I&#8217;m looking at you, Bob).  I was logged in under my admin account and goofing around.  I remembered an old unix command from my Novell days so I tried entering &#8220;shutdown -h now&#8221;, which from what I vaguely remembered would power down the whole server immediately.  Terminal kept looking for some higher level password from me, which I could not provide because I had not enabled root.  After reading this thread, I realized i didnt type the sudo prefix.  Duh.  So, tried the command again, with sudo prefix this time, and hey, the mac shutdown instantly.  </p>
<p>Cool!  Thanks again.  This has sparked an interest in getting to know cli a bit better.  sudo.  wow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: playmakerx</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409225</link>
		<dc:creator>playmakerx</dc:creator>
		<pubDate>Mon, 23 Jul 2012 17:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409225</guid>
		<description>Where can I find this wallpaper? Thanks.</description>
		<content:encoded><![CDATA[<p>Where can I find this wallpaper? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409218</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Mon, 23 Jul 2012 16:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409218</guid>
		<description>I actually have that app but i don&#039;t get it work like that... I mean i&#039;ll love to have the menu bar like in the picture (Blue-Black) Thanks for your answer :)</description>
		<content:encoded><![CDATA[<p>I actually have that app but i don&#8217;t get it work like that&#8230; I mean i&#8217;ll love to have the menu bar like in the picture (Blue-Black) Thanks for your answer <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto I</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409172</link>
		<dc:creator>Alberto I</dc:creator>
		<pubDate>Mon, 23 Jul 2012 12:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409172</guid>
		<description>Terminal should not be removed from the system because it can be very useful. 
But I think that the &quot;normal Apple user&quot; is a person that doesn&#039;t want to complicate the own existence with terminal or similar things.
The use of the terminal is completely contrary to the Apple&#039;s philosophy.</description>
		<content:encoded><![CDATA[<p>Terminal should not be removed from the system because it can be very useful.<br />
But I think that the &#8220;normal Apple user&#8221; is a person that doesn&#8217;t want to complicate the own existence with terminal or similar things.<br />
The use of the terminal is completely contrary to the Apple&#8217;s philosophy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409141</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 23 Jul 2012 08:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409141</guid>
		<description>Sounds like an apple user.

Don&#039;t worry I am sure apple will remove the scary terminal soon enough.</description>
		<content:encoded><![CDATA[<p>Sounds like an apple user.</p>
<p>Don&#8217;t worry I am sure apple will remove the scary terminal soon enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto I</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409140</link>
		<dc:creator>Alberto I</dc:creator>
		<pubDate>Mon, 23 Jul 2012 08:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409140</guid>
		<description>Probably you are right.
But personally I have absolutely no interest to log via ssh… 
I don&#039;t even know what it means :D</description>
		<content:encoded><![CDATA[<p>Probably you are right.<br />
But personally I have absolutely no interest to log via ssh…<br />
I don&#8217;t even know what it means <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BB.13</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409135</link>
		<dc:creator>BB.13</dc:creator>
		<pubDate>Mon, 23 Jul 2012 07:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409135</guid>
		<description>Pretty tough to &quot;Apple menu &gt; Sleep…&quot; if you&#039;re logged in remotely via ssh.</description>
		<content:encoded><![CDATA[<p>Pretty tough to &#8220;Apple menu &gt; Sleep…&#8221; if you&#8217;re logged in remotely via ssh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto I</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409129</link>
		<dc:creator>Alberto I</dc:creator>
		<pubDate>Mon, 23 Jul 2012 06:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409129</guid>
		<description>Apple menu &gt; Sleep…

Isn&#039;t that faster?</description>
		<content:encoded><![CDATA[<p>Apple menu &gt; Sleep…</p>
<p>Isn&#8217;t that faster?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409119</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 23 Jul 2012 04:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409119</guid>
		<description>sudo executes whatever command is following as root (admin) so you don&#039;t need to setup another account, you&#039;ll just need the admin password when using it.</description>
		<content:encoded><![CDATA[<p>sudo executes whatever command is following as root (admin) so you don&#8217;t need to setup another account, you&#8217;ll just need the admin password when using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409094</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 23 Jul 2012 02:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409094</guid>
		<description>Do you need to set up a root account to use &quot;sudo shutdown -s now&quot; or do you just have to be logged in as an admin?</description>
		<content:encoded><![CDATA[<p>Do you need to set up a root account to use &#8220;sudo shutdown -s now&#8221; or do you just have to be logged in as an admin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernard</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409067</link>
		<dc:creator>bernard</dc:creator>
		<pubDate>Sun, 22 Jul 2012 23:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409067</guid>
		<description>Black menu bar is accomplished with MenuBarFilter

http://osxdaily.com/2011/09/23/dark-menu-bar-mac-os-x/</description>
		<content:encoded><![CDATA[<p>Black menu bar is accomplished with MenuBarFilter</p>
<p><a href="http://osxdaily.com/2011/09/23/dark-menu-bar-mac-os-x/" rel="nofollow">http://osxdaily.com/2011/09/23/dark-menu-bar-mac-os-x/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://osxdaily.com/2012/07/22/sleep-a-mac-from-the-command-line/#comment-409066</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Sun, 22 Jul 2012 23:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=31969#comment-409066</guid>
		<description>Hey guys how did you make the menu bar like that? Thanks in advance :)</description>
		<content:encoded><![CDATA[<p>Hey guys how did you make the menu bar like that? Thanks in advance <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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.004 seconds using disk: basic
Object Caching 355/356 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-22 15:41:35 -->