<?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: Disable Sleep on a Mac from the Command Line with caffeinate</title>
	<atom:link href="http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 21 May 2013 16:47:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Daizy</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-476168</link>
		<dc:creator>Daizy</dc:creator>
		<pubDate>Thu, 17 Jan 2013 10:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-476168</guid>
		<description>“To temporarily disable sleep, run this command from Terminal: caffeinate” Temporarily… How much time? And how to turn to a normal situation?</description>
		<content:encoded><![CDATA[<p>“To temporarily disable sleep, run this command from Terminal: caffeinate” Temporarily… How much time? And how to turn to a normal situation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aberto I</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-462000</link>
		<dc:creator>Aberto I</dc:creator>
		<pubDate>Sat, 08 Dec 2012 21:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-462000</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-452510</link>
		<dc:creator>max</dc:creator>
		<pubDate>Mon, 19 Nov 2012 17:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-452510</guid>
		<description>ctrl-c cancels a process running in a terminal window. or just close the terminal window.</description>
		<content:encoded><![CDATA[<p>ctrl-c cancels a process running in a terminal window. or just close the terminal window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yap Chin Hoong</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-439901</link>
		<dc:creator>Yap Chin Hoong</dc:creator>
		<pubDate>Sun, 21 Oct 2012 15:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-439901</guid>
		<description>MacBookPro:~ yapchinhoong$ caffeinate &amp;
[1] 324
MacBookPro:~ yapchinhoong$ ps -ef &#124; grep caffeinate
  501   324   306   0 11:05PM ttys001    0:00.00 caffeinate
  501   326   306   0 11:05PM ttys001    0:00.00 grep caffeinate
MacBookPro:~ yapchinhoong$
MacBookPro:~ yapchinhoong$ kill 324
MacBookPro:~ yapchinhoong$ ps -ef &#124; grep caffeinate
  501   330   306   0 11:05PM ttys001    0:00.00 grep caffeinate
MacBookPro:~ yapchinhoong$</description>
		<content:encoded><![CDATA[<p>MacBookPro:~ yapchinhoong$ caffeinate &amp;<br />
[1] 324<br />
MacBookPro:~ yapchinhoong$ ps -ef | grep caffeinate<br />
  501   324   306   0 11:05PM ttys001    0:00.00 caffeinate<br />
  501   326   306   0 11:05PM ttys001    0:00.00 grep caffeinate<br />
MacBookPro:~ yapchinhoong$<br />
MacBookPro:~ yapchinhoong$ kill 324<br />
MacBookPro:~ yapchinhoong$ ps -ef | grep caffeinate<br />
  501   330   306   0 11:05PM ttys001    0:00.00 grep caffeinate<br />
MacBookPro:~ yapchinhoong$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yap Chin Hoong</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-439898</link>
		<dc:creator>Yap Chin Hoong</dc:creator>
		<pubDate>Sun, 21 Oct 2012 15:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-439898</guid>
		<description>MacBookPro:~ yapchinhoong$ caffeinate &amp;
[1] 324
MacBookPro:~ yapchinhoong$ ps -ef &#124; grep caffeinate
  501   324   306   0 11:05PM ttys001    0:00.00 caffeinate
  501   326   306   0 11:05PM ttys001    0:00.00 grep caffeinate
MacBookPro:~ yapchinhoong$
MacBookPro:~ yapchinhoong$ kill 324
  501   330   306   0 11:05PM ttys001    0:00.00 grep caffeinate
MacBookPro:~ yapchinhoong$</description>
		<content:encoded><![CDATA[<p>MacBookPro:~ yapchinhoong$ caffeinate &amp;<br />
[1] 324<br />
MacBookPro:~ yapchinhoong$ ps -ef | grep caffeinate<br />
  501   324   306   0 11:05PM ttys001    0:00.00 caffeinate<br />
  501   326   306   0 11:05PM ttys001    0:00.00 grep caffeinate<br />
MacBookPro:~ yapchinhoong$<br />
MacBookPro:~ yapchinhoong$ kill 324<br />
  501   330   306   0 11:05PM ttys001    0:00.00 grep caffeinate<br />
MacBookPro:~ yapchinhoong$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mteacher</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-426425</link>
		<dc:creator>Mteacher</dc:creator>
		<pubDate>Fri, 14 Sep 2012 16:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-426425</guid>
		<description>The current build of Caffeine doesn&#039;t work properly under Mountain Lion - ML&#039;s set sleep parameters override Caffeine&#039;s capabilities in some instances.</description>
		<content:encoded><![CDATA[<p>The current build of Caffeine doesn&#8217;t work properly under Mountain Lion &#8211; ML&#8217;s set sleep parameters override Caffeine&#8217;s capabilities in some instances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-414202</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 05 Aug 2012 23:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-414202</guid>
		<description>there is a much simpler command with nothing being required to be installed. 

&quot;pmset noidle&quot; &lt;&lt;&lt; as long as this terminal session is running, your computer will not sleep.</description>
		<content:encoded><![CDATA[<p>there is a much simpler command with nothing being required to be installed. </p>
<p>&#8220;pmset noidle&#8221; &lt;&lt;&lt; as long as this terminal session is running, your computer will not sleep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiwiiano</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-413696</link>
		<dc:creator>Kiwiiano</dc:creator>
		<pubDate>Sat, 04 Aug 2012 10:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-413696</guid>
		<description>I suspect you are mistaken, VDK. If I toggle Caffeine on, it stays on indefinitely, although this MBP blacks out if I move the cursor into the top right corner or if I close the lid. By control clicking the menubar icon I also have the options to stay awake for 5, 10, 15, 30, 60 or 120 minutes. Beats messing around with Command lines.</description>
		<content:encoded><![CDATA[<p>I suspect you are mistaken, VDK. If I toggle Caffeine on, it stays on indefinitely, although this MBP blacks out if I move the cursor into the top right corner or if I close the lid. By control clicking the menubar icon I also have the options to stay awake for 5, 10, 15, 30, 60 or 120 minutes. Beats messing around with Command lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aberto I</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-413642</link>
		<dc:creator>Aberto I</dc:creator>
		<pubDate>Sat, 04 Aug 2012 06:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-413642</guid>
		<description>&quot;Sleep is prevented for as long as caffeinate runs, if you stop caffeinate or kill the process it will return to normal behavior.&quot;

And how to do that? Decaffeinate? :D</description>
		<content:encoded><![CDATA[<p>&#8220;Sleep is prevented for as long as caffeinate runs, if you stop caffeinate or kill the process it will return to normal behavior.&#8221;</p>
<p>And how to do that? Decaffeinate? <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: Aberto I</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-413641</link>
		<dc:creator>Aberto I</dc:creator>
		<pubDate>Sat, 04 Aug 2012 06:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-413641</guid>
		<description>It is what I was asking above: &quot;And how to turn to a normal situation?&#039;&quot;

What is the terminal instruction?
decaffeinate?? :D</description>
		<content:encoded><![CDATA[<p>It is what I was asking above: &#8220;And how to turn to a normal situation?&#8217;&#8221;</p>
<p>What is the terminal instruction?<br />
decaffeinate?? <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: Vlad Dj Kax</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-413453</link>
		<dc:creator>Vlad Dj Kax</dc:creator>
		<pubDate>Fri, 03 Aug 2012 19:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-413453</guid>
		<description>One thing that doesn&#039;t seem to work with Caffeine (unless I&#039;ve made a mistake..) is that, once you lock your session, it seems to stop preventing the Mac from sleeping ...</description>
		<content:encoded><![CDATA[<p>One thing that doesn&#8217;t seem to work with Caffeine (unless I&#8217;ve made a mistake..) is that, once you lock your session, it seems to stop preventing the Mac from sleeping &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad Dj Kax</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-413452</link>
		<dc:creator>Vlad Dj Kax</dc:creator>
		<pubDate>Fri, 03 Aug 2012 19:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-413452</guid>
		<description>Or.. you can download Caffeine from the Mac App Store.. 

http://itunes.apple.com/us/app/caffeine/id411246225?mt=12</description>
		<content:encoded><![CDATA[<p>Or.. you can download Caffeine from the Mac App Store.. </p>
<p><a href="http://itunes.apple.com/us/app/caffeine/id411246225?mt=12" rel="nofollow">http://itunes.apple.com/us/app/caffeine/id411246225?mt=12</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-413434</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Fri, 03 Aug 2012 19:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-413434</guid>
		<description>Sleep is prevented for as long as caffeinate runs, if you stop caffeinate or kill the process it will return to normal behavior. Likewise, if you set a time limit it will only prevent sleep for the specified time before returning to normal behavior.</description>
		<content:encoded><![CDATA[<p>Sleep is prevented for as long as caffeinate runs, if you stop caffeinate or kill the process it will return to normal behavior. Likewise, if you set a time limit it will only prevent sleep for the specified time before returning to normal behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aberto I</title>
		<link>http://osxdaily.com/2012/08/03/disable-sleep-mac-caffeinate-command/#comment-413426</link>
		<dc:creator>Aberto I</dc:creator>
		<pubDate>Fri, 03 Aug 2012 18:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=32258#comment-413426</guid>
		<description>&quot;To temporarily disable sleep, run this command from Terminal: caffeinate&quot;

Temporarily… How much time?
And how to turn to a normal situation?</description>
		<content:encoded><![CDATA[<p>&#8220;To temporarily disable sleep, run this command from Terminal: caffeinate&#8221;</p>
<p>Temporarily… How much time?<br />
And how to turn to a normal situation?</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 using disk: basic
Object Caching 344/345 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-21 10:24:05 -->