<?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>LinuxFileSystem.com &#187; Zsh</title>
	<atom:link href="http://linuxfilesystem.com/tag/zsh/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxfilesystem.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 May 2012 06:02:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Comptia Certification Prep Comptia Linux+ Exam: Xk0-002</title>
		<link>http://linuxfilesystem.com/e-learning/comptia-certification-prep-comptia-linux-exam-xk0-002</link>
		<comments>http://linuxfilesystem.com/e-learning/comptia-certification-prep-comptia-linux-exam-xk0-002#comments</comments>
		<pubDate>Wed, 18 Mar 2009 08:11:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E Learning]]></category>
		<category><![CDATA[Latest Linux Kernel]]></category>
		<category><![CDATA[Multiple Choice]]></category>
		<category><![CDATA[Zsh]]></category>

		<guid isPermaLink="false">http://linuxfilesystem.com/e-learning/comptia-certification-prep-comptia-linux-exam-xk0-002</guid>
		<description><![CDATA[Georgia Stath asked: After you study your text books it is important to test your newly acquired knowledge and see just how well you have absorbed the material. Practice exams&#8230;.* Reinforces what you learnt &#8211; fill in the gaps of &#8230; <a href="http://linuxfilesystem.com/e-learning/comptia-certification-prep-comptia-linux-exam-xk0-002">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/cc/linux121.jpg"><img src="/wp-content/uploads/cc/linux121.jpg" title='linux' alt='linux' /></a></div>
<div><em><strong>Georgia Stath</strong> asked: </em><br/><br/><br/>After you study your text books it is important to test your newly acquired knowledge and see just how well you have absorbed the material. Practice exams&#8230;.<br/><br/>* Reinforces what you learnt &#8211; fill in the gaps of what you missed<br/><br/>* Gets you used to answering questions to build confidence and familiarity<br/><br/>Here are 10 Multiple choice exams questions for you to practice on:<br/><br/>______________________________<br/><br/>Question 1# &#8211; You are attempting to troubleshoot a problem involving a user who is unable to establish an FTP connection to the server. You are about to have the user try to start an FTP session. Which command will allow you to view any error messages that are produced as they happen?<br/><br/>A. more –s /var/log/xferlog<br/><br/>B. /var/log/xferlog<br/><br/>C. cat /var/log/xferlog<br/><br/>D. tail –f /var/log/xferlog<br/><br/>_____________________<br/><br/>Question 2# &#8211; What is the first step in troubleshooting a system problem?<br/><br/>A. Collect information.<br/><br/>B. Test a possible solution.<br/><br/>C. Make a hypothesis about a solution.<br/><br/>D. Try to modify the configuration files.<br/><br/>_____________________<br/><br/>Question 3# &#8211; If you want to see files in a given directory, you type $ ls / directory in the shell prompt?<br/><br/>A. True<br/><br/>B. false<br/><br/>_____________________<br/><br/>Question 4# &#8211; The output of ‘netstat –r’ is the same as the output of which command?<br/><br/>A. ifconfig -a<br/><br/>B. route<br/><br/>C. nbtstat<br/><br/>D. ntsysv<br/><br/>_____________________<br/><br/>Question 5# &#8211; A client has downloaded the latest Linux kernel source and wants to compile and install it on a home machine. The downloaded file is named “linux-2.4.3.tar.gz”. What command should be issued first?<br/><br/>A. tar xvf linux-2.4.3.tar.gz<br/><br/>B. tar xzvf linux-2.4.3.tar.gz<br/><br/>C. gzip –q linux-2.4.3.tar.gz; tar xvf linux-2.4.3.tar<br/><br/>D. gzip –c linux-2.4.3.tar.gz; tar cvf linux-2.4.3.tar<br/><br/>_____________________<br/><br/>Question 6# &#8211; The vastg majority of linux systems support which shells?<br/><br/>A. Bash<br/><br/>B. Tcsh<br/><br/>C. Zsh<br/><br/>D. Csh<br/><br/>E. Ash<br/><br/>F. All the above<br/><br/>_____________________<br/><br/>Question 7# &#8211; the ifconfig command will display detailed information about an interface.<br/><br/>A. True<br/><br/>B. false<br/><br/>_____________________<br/><br/>Question 8# &#8211; Which are some of the linux web servers?<br/><br/>A. Apache<br/><br/>B. Zeus<br/><br/>C. Roxen<br/><br/>D. Thttpd<br/><br/>E. all of the above<br/><br/>_____________________<br/><br/>Question 9# &#8211; You run a port scan on your production web server to check for open ports. Which of the following ports should raise warning flags if they are found open?<br/><br/>A. 22<br/><br/>B. 23<br/><br/>C. 80<br/><br/>D. 315<br/><br/>E. 443<br/><br/>_____________________<br/><br/>Questions 10# &#8211; You cannot mount /dev/hdb1 and suspect that the superblock is bad. How do you fix this?<br/><br/>A. Use the mkfs command.<br/><br/>B. Use the fsck command with the –f option.<br/><br/>C. Use the e2fsck to replace the superblock with a copy saved to another location on your disk.<br/><br/>D. Restore the superblock from your tape backup.<br/><br/>_____________________<br/><br/>ANSWERS<br/><br/>Question 1 &#8211; Correct Answers: D<br/><br/>Question 2 &#8211; Correct Answers: A<br/><br/>Question 3 &#8211; Correct Answers: A<br/><br/>Question 4 &#8211; Correct Answers: B<br/><br/>Question 5 &#8211; Correct Answers: B<br/><br/>Question 6 &#8211; Correct Answers: F<br/><br/>Question 7 &#8211; Correct Answers: A<br/><br/>Question 8 &#8211; Correct Answers: E<br/><br/>Question 9 &#8211; Correct Answers: B<br/><br/>Questions 10 &#8211; Correct Answers: C<br/><br/><br/><br/><a href='http://www.jdoqocy.com/click-3324912-10410811'>HostGator &#8211; The BEST Web Host</a></div>
]]></content:encoded>
			<wfw:commentRss>http://linuxfilesystem.com/e-learning/comptia-certification-prep-comptia-linux-exam-xk0-002/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

