<?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>Tuts4Tech &#187; learning</title>
	<atom:link href="http://tuts4tech.net/tag/learning/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Linux Basic Commands</title>
		<link>http://tuts4tech.net/2009/05/06/linux-basic-commands/</link>
		<comments>http://tuts4tech.net/2009/05/06/linux-basic-commands/#comments</comments>
		<pubDate>Wed, 06 May 2009 15:25:42 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[learner]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[newbie]]></category>
		<category><![CDATA[noob]]></category>

		<guid isPermaLink="false">http://tuts4tech.co.cc/?p=178</guid>
		<description><![CDATA[Starting and Stopping poweroff will shutdown the system reboot will restart the system Mounting and unmounting fdisk -l gives a list of all drives mount /dev/hdd /mnt would mount the hard drive in /mnt umount /dev/hdd would unmount the hard drive Moving, copying, deleting &#038; viewing files ls will output all the files in the [...]]]></description>
			<content:encoded><![CDATA[<ol>
<h4>Starting and Stopping</h4>
<li>poweroff will shutdown the system</li>
<li>reboot will restart the system</li>
</ol>
<ol>
<h4>Mounting and unmounting</h4>
<li>fdisk -l gives a list of all drives</li>
<li>mount /dev/hdd /mnt would mount the hard drive in /mnt</li>
<li>umount /dev/hdd would unmount the hard drive</li>
</ol>
<ol>
<h4>Moving, copying, deleting &#038; viewing files</h4>
<li>ls will output all the files in the current directory</li>
<li>rm filename will remove the file</li>
<li>rm -r dir will remove the dir</li>
<li>cp filename /home/dirname this will copy the file to /home/dirname</li>
<li>mv filname /home/dirname this will move the file to /home/dirname</li>
<li>cat filetoview this will display the file called filetoview</li>
<li>man -k keyboard this will display man pages containing <keyboard></keyboard></li>
<li>tail filetoview this will display the last 10lines of the file called filetoview</li>
</ol>
<ol>
<h4>User Administration</h4>
<li>adduser accountname this will create a new users called accountname</li>
<li>password accountname this will give accountname a new password</li>
<li>su this will allow you to login as root from your current login</li>
</ol>
<ol>
<h4>Misc</h4>
<li>ifconfig this will list ip addresses for all devices on the machine</li>
<li>tail -f /var/log/messages this displays the last 10 lines of the system log</li>
<li>/etc/init.d/daemon-name-here start this will start the specified daemon</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/05/06/linux-basic-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

