<?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>Webmonkey &#187; wiki cheatsheet unix guide</title>
    <atom:link href="http://www.webmonkey.com/tag/wiki-cheatsheet-unix-guide/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Fri, 05 Apr 2013 20:20:46 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Unix Guide</title>
        <link>http://www.webmonkey.com/2010/02/unix-guide/</link>
        <comments>http://www.webmonkey.com/2010/02/unix-guide/#comments</comments>
        <pubDate>Wed, 03 Feb 2010 02:13:05 +0000</pubDate>

                <dc:creator>Webmonkey Staff</dc:creator>

        <guid isPermaLink="false">http://origin.stag2.webmonkey.com/?p=46155</guid>
        		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[wiki cheatsheet unix guide]]></category>
        <description><![CDATA[Unless you have a Unix machine sitting on your desktop, you&#8217;re probably accessing it through telnet or a command-line shell. This interface may be a little intimidating to new users who are usually a tad more comfortable with a point-and-click interface. But it&#8217;s really not as hard as it looks. This reference sheet gives you [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p>Unless you have a Unix machine sitting on your desktop, you&#8217;re probably accessing it through telnet or a command-line shell. This interface may be a little intimidating to new users who are usually a tad more comfortable with a point-and-click interface. But it&#8217;s really not as hard as it looks.</p>
<p>This reference sheet gives you the basic commands you&#8217;ll need, focusing especially on file management. You can also learn how to combine commands and become a real power user. If you need more help getting started, take a look at Pam&#8217;s excellent introduction entitled <a href="/2010/02/learn_enough_unix_for_your_resume/">Learn Enough Unix for Your Resume</a>. Between that article and this guide, you&#8217;ll be on your way to becoming a Unix master. Soon you&#8217;ll be wondering how you got along without it.</p>
<p></p>
<p><span id="more-46155"></span></p>
<p><tt>cat</tt><br />
Prints files to input, or reads and returns input.</p>
<p><tt>cd</tt><br />
Changes directories, allows movement through the directory structure.</p>
<p><tt>chmod</tt><br />
Changes permissions on a file or directory</p>
<p><tt>chown</tt><br />
Changes ownership of files and directories</p>
<p><tt>cp</tt><br />
Copies files.</p>
<p><tt>date</tt><br />
Displays or sets the current date and time.</p>
<p><tt>diff</tt><br />
Shows differences between files.</p>
<p><tt>exit</tt><br />
Ends a process, and returns to the parent process.</p>
<p><tt>find</tt><br />
Searches for files.</p>
<p><tt>finger</tt><br />
Looks up user information.</p>
<p><tt>grep</tt><br />
Look for lines which match a given string or regular expression.</p>
<p><tt>head</tt><br />
Prints the first few lines of a file.</p>
<p><tt>kill</tt><br />
Terminates a process by PID.</p>
<p><tt>less</tt><br />
Displays the content of a file.</p>
<p><tt>lprm</tt><br />
Removes printer queue requests.</p>
<p><tt>ls</tt><br />
Lists files in a directory.</p>
<p><tt>man</tt><br />
Displays the manual page for a program.</p>
<p><tt>mkdir</tt><br />
Creates directories.</p>
<p><tt>more</tt><br />
Prints the contents of files.</p>
<p><tt>mv</tt><br />
Moves or renames files.</p>
<p><tt>passwd</tt><br />
Creates or changes passwords.</p>
<p><tt>ps</tt><br />
Gives a list of all active processes, along with other information.</p>
<p><tt>pwd</tt><br />
Prints the current directory.</p>
<p><tt>rlogin</tt><br />
Logs into remote systems</p>
<p><tt>rm</tt><br />
Removes files.</p>
<p><tt>rmdir</tt><br />
Removes empty directories.</p>
<p><tt>su</tt><br />
Logs in as another user.</p>
<p><tt>tail</tt><br />
Prints the last few lines of a file.</p>
<p><tt>telnet</tt><br />
Communicates with other hosts via the telnet protocol.</p>
<p><tt>who</tt><br />
Gives a list of logged in users.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/02/unix-guide/feed/</wfw:commentRss>
        <slash:comments>7</slash:comments>

        
    </item>
    </channel>
</rss>