<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Analysis and Review &#187; reboot</title>
	<atom:link href="http://analysisandreview.com/tag/reboot/feed/" rel="self" type="application/rss+xml" />
	<link>http://analysisandreview.com</link>
	<description>Brain Dumps For All</description>
	<lastBuildDate>Thu, 26 Jan 2012 20:58:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to shutdown freebsd 8 and stop shutdown</title>
		<link>http://analysisandreview.com/unix/how-to-shutdown-freebsd-8-and-stop-shutdown/</link>
		<comments>http://analysisandreview.com/unix/how-to-shutdown-freebsd-8-and-stop-shutdown/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 03:45:08 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[shutdown]]></category>

		<guid isPermaLink="false">http://analysisandreview.com/?p=685</guid>
		<description><![CDATA[Shutdown freebsd now Shutdown freeBSD at a scheduled time or within a set time. In the sample below we have shutdown taking place in 5 minutes. This is useful when you want to set a configuration and you&#8217;re worried about the system locking you out. Set the shutdown time for five minutes from now and ]]></description>
			<content:encoded><![CDATA[<p>Shutdown freebsd now</p>
<pre class="brush: php; title: ; notranslate">shutdown -r now
</pre>
<p><span id="more-685"></span><br />
Shutdown freeBSD at a scheduled time or within a set time. In the sample below we have shutdown taking place in 5 minutes. This is useful when you want to set a configuration and you&#8217;re worried about the system locking you out. Set the shutdown time for five minutes from now and if you get locked out you just have to wait for he reboot to take place.</p>
<pre class="brush: php; title: ; notranslate">shutdown -r +5
</pre>
<p>And if you want to stop the shutdown process from taking place simple issue a kill.</p>
<pre class="brush: php; title: ; notranslate">pkill shutdown
</pre>
]]></content:encoded>
			<wfw:commentRss>http://analysisandreview.com/unix/how-to-shutdown-freebsd-8-and-stop-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

