<?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 Interview a Unix SysAdmin</title>
	<atom:link href="http://www.krazyworks.com/how-to-interview-a-unix-sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krazyworks.com/how-to-interview-a-unix-sysadmin/</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: admin</title>
		<link>http://www.krazyworks.com/how-to-interview-a-unix-sysadmin/comment-page-1/#comment-13382</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 01 Aug 2010 15:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=818#comment-13382</guid>
		<description>I don&#039;t think so. The &quot;-le&quot; stands for &quot;less or equal&quot;, thus I would not have missed node50. </description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so. The &#8220;-le&#8221; stands for &#8220;less or equal&#8221;, thus I would not have missed node50.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TS</title>
		<link>http://www.krazyworks.com/how-to-interview-a-unix-sysadmin/comment-page-1/#comment-12420</link>
		<dc:creator>TS</dc:creator>
		<pubDate>Tue, 20 Jul 2010 18:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=818#comment-12420</guid>
		<description>Remember to verify your scripts. You would have missed node50 with this script...

#!/bin/ksh
i=1
while [ $i -le 50 ]
do
   ssh node$i &quot;echo &#039;135.122.12.9   host.mydomain.com&#039; &gt;&gt; /etc/hosts&quot;
   (( i = i + 1 ))
done</description>
		<content:encoded><![CDATA[<p>Remember to verify your scripts. You would have missed node50 with this script&#8230;</p>
<p>#!/bin/ksh<br />
i=1<br />
while [ $i -le 50 ]<br />
do<br />
   ssh node$i &#8220;echo &#8217;135.122.12.9   host.mydomain.com&#8217; >> /etc/hosts&#8221;<br />
   (( i = i + 1 ))<br />
done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
