<?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>Thu, 02 Feb 2012 22:54:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Charlie Guo</title>
		<link>http://www.krazyworks.com/how-to-interview-a-unix-sysadmin/comment-page-1/#comment-45958</link>
		<dc:creator>Charlie Guo</dc:creator>
		<pubDate>Thu, 28 Jul 2011 15:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=818#comment-45958</guid>
		<description>I like your idea about sysadmin interview. With the development of cloud computing today, may I suggest that a good sysadmin need more automation afforded by shell scripts and cron jobs, they can do serious system engineering and software development.</description>
		<content:encoded><![CDATA[<p>I like your idea about sysadmin interview. With the development of cloud computing today, may I suggest that a good sysadmin need more automation afforded by shell scripts and cron jobs, they can do serious system engineering and software development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.krazyworks.com/how-to-interview-a-unix-sysadmin/comment-page-1/#comment-36496</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 01 Jun 2011 07:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=818#comment-36496</guid>
		<description>In Linux the &quot;cd&quot; command is built into the shell. If you enter &quot;type cd&quot;, it will tell you &quot;cd is a shell builtin&quot;. On Solaris /usr/bin/cd is a POSIX shell script. Not every available shell has the same functionality built in. Solaris uses POSIX shell scripts in /usr/bin to provide an alternative to built-in shell commands as a failsafe.</description>
		<content:encoded><![CDATA[<p>In Linux the &#8220;cd&#8221; command is built into the shell. If you enter &#8220;type cd&#8221;, it will tell you &#8220;cd is a shell builtin&#8221;. On Solaris /usr/bin/cd is a POSIX shell script. Not every available shell has the same functionality built in. Solaris uses POSIX shell scripts in /usr/bin to provide an alternative to built-in shell commands as a failsafe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charbel Nasr</title>
		<link>http://www.krazyworks.com/how-to-interview-a-unix-sysadmin/comment-page-1/#comment-36445</link>
		<dc:creator>Charbel Nasr</dc:creator>
		<pubDate>Tue, 31 May 2011 22:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazyworks.com/?p=818#comment-36445</guid>
		<description>Why is the command &quot;cd&quot; not in /usr/bin on linux systems</description>
		<content:encoded><![CDATA[<p>Why is the command &#8220;cd&#8221; not in /usr/bin on linux systems</p>
]]></content:encoded>
	</item>
	<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>

