<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Edi Yanto (何 萬 新) &#187; unix commands</title>
	<atom:link href="http://ediyanto83.wordpress.com/tag/unix-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://ediyanto83.wordpress.com</link>
	<description>Welcome to my weblog</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:24:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ediyanto83.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a744dbd9a2c0cfeb9b03e383ec662828?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Edi Yanto (何 萬 新) &#187; unix commands</title>
		<link>http://ediyanto83.wordpress.com</link>
	</image>
			<item>
		<title>UNIX Commands</title>
		<link>http://ediyanto83.wordpress.com/2009/03/07/unix-commands/</link>
		<comments>http://ediyanto83.wordpress.com/2009/03/07/unix-commands/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 04:37:54 +0000</pubDate>
		<dc:creator>Edi Yanto</dc:creator>
				<category><![CDATA[Programming Concepts]]></category>
		<category><![CDATA[unix commands]]></category>

		<guid isPermaLink="false">http://ediyanto83.wordpress.com/?p=389</guid>
		<description><![CDATA[Table of the main UNIX commands




Unix Commands
Description
Options


ls
lists the content of a directory




-a
Displays all files, including hidden files


-I
Displays a detailed listing


-R
Displays the files recursively (i.e. in the sub-directories)


-d
Displays only the directories and not their content


-S
Sort by size


-t
Sort by the last modification date


-t
Sort by version


-X
Sort by alphabetical order of the extension


-r
Sort in reverse order






cd
change directory




cd
Return to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ediyanto83.wordpress.com&blog=848929&post=389&subd=ediyanto83&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2>Table of the main UNIX commands</h2>
<p align="justify">
<table class="ccm" border="1">
<tbody>
<tr>
<th align="center" valign="top">Unix Commands</th>
<th align="center" valign="top">Description</th>
<th align="center" valign="top">Options</th>
</tr>
<tr>
<td class="ccm"><strong>ls</strong></td>
<td class="ccm">lists the content of a directory</td>
<td class="ccm">
<table class="ccm" border="0">
<tbody>
<tr>
<th>-a</th>
<td class="ccm">Displays all files, including hidden files</td>
</tr>
<tr>
<th>-I</th>
<td class="ccm">Displays a detailed listing</td>
</tr>
<tr>
<th>-R</th>
<td class="ccm">Displays the files recursively (i.e. in the sub-directories)</td>
</tr>
<tr>
<th>-d</th>
<td class="ccm">Displays only the directories and not their content</td>
</tr>
<tr>
<th>-S</th>
<td class="ccm">Sort by size</td>
</tr>
<tr>
<th>-t</th>
<td class="ccm">Sort by the last modification date</td>
</tr>
<tr>
<th>-t</th>
<td class="ccm">Sort by version</td>
</tr>
<tr>
<th>-X</th>
<td class="ccm">Sort by alphabetical order of the extension</td>
</tr>
<tr>
<th>-r</th>
<td class="ccm">Sort in reverse order</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="ccm"><strong>cd</strong></td>
<td class="ccm">change directory</td>
<td class="ccm">
<table class="ccm" border="0">
<tbody>
<tr>
<th>cd</th>
<td class="ccm">Return to the user&#8217;s directory</td>
</tr>
<tr>
<th>cd -</th>
<td class="ccm">Return to the previous directory</td>
</tr>
<tr>
<th>cd ..</th>
<td class="ccm">Return to the parent directory</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="ccm"><strong>mkdir</strong></td>
<td class="ccm">Create a new directory</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>rmdir</strong></td>
<td class="ccm">Deletes a directory</td>
<td class="ccm">
<table class="ccm" border="0">
<tbody>
<tr>
<th>-f</th>
<td class="ccm">Force the deletion</td>
</tr>
<tr>
<th>-R</th>
<td class="ccm">Recursive delete (i.e. in the directory and its sub-directories)</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="ccm"><strong>cp</strong></td>
<td class="ccm">Copy a file</td>
<td class="ccm">copy, xcopy</td>
</tr>
<tr>
<td class="ccm"><strong>mv</strong></td>
<td class="ccm">move file</td>
<td class="ccm">move</td>
</tr>
<tr>
<td class="ccm"><strong>rm</strong></td>
<td class="ccm">delete the file</td>
<td class="ccm">
<table class="ccm" border="0">
<tbody>
<tr>
<th>-f</th>
<td class="ccm">Force the deletion</td>
</tr>
<tr>
<th>-R</th>
<td class="ccm">Recursive delete (i.e. in the directory and its sub-directories)</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="ccm"><strong>pwd</strong></td>
<td class="ccm">&#8220;<em>print working directory</em>&#8221; displays the full current directory path of the work in progress.</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>passwd</strong></td>
<td class="ccm">changes the user password</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>cat</strong></td>
<td class="ccm">Concatenates two files and displays the result on the standard output.</td>
<td class="ccm">cat</td>
</tr>
<tr>
<td class="ccm"><strong>more</strong></td>
<td class="ccm">Displays the file content with pauses</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>file</strong></td>
<td class="ccm">displays the presumed type of the specified file</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>man</strong></p>
<p align="justify"><strong>apropos</strong></p>
</td>
<td class="ccm">help for the requested command</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>lpr</strong></td>
<td class="ccm">prints the requested file</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>chmod</strong></td>
<td class="ccm">changes the attribute of a file</p>
<p align="justify"><em><strong>chmod XXX file</strong></em></p>
<p align="justify">XXX= User|Group|Other where X is an integer between 1 and 7</p>
<p align="justify">Read = 4, Write = 2, Execution = 1</p>
<p align="justify">X= Read + Write + Execution</p>
</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>chfn</strong></td>
<td class="ccm">Changes the personal information viewed with finger</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>chsh</strong></td>
<td class="ccm">Changes the shell: <em><strong>chsh user emplacement_du_shell</strong></em></td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>clear</strong></td>
<td class="ccm">Clears the lines displayed on the terminal</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>finger, who</strong></td>
<td class="ccm">list of users online</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>traceroute</strong></td>
<td class="ccm">traces the path between the local machine and the target machine</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>ping</strong></td>
<td class="ccm">diagnostic tool making it possible to see if a machine responds over the network</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><a href="http://en.kioskea.net/contents/internet/protocol.php3"><strong>ftp</strong></a><strong> [machine] [port]</strong></p>
<p align="justify"><strong>get</strong></p>
<p align="justify"><strong>put</strong></p>
<p align="justify"><strong>quit</strong></p>
</td>
<td class="ccm">file transfer between the local machine and target machine</p>
<p align="justify">recovers a file</p>
<p align="justify">sends a file</p>
<p align="justify">quits the FTP session</p>
</td>
<td class="ccm">ftp</td>
</tr>
<tr>
<td class="ccm"><strong>telnet [machine]</strong></td>
<td class="ccm">performs a <a href="http://en.kioskea.net/contents/internet/protocol.php3">telnet</a></td>
<td class="ccm">telnet</td>
</tr>
<tr>
<td class="ccm"><strong>talk</strong></td>
<td class="ccm">makes it possible to talk to a connected user</p>
<p align="justify">talk user</p>
</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>mesg</strong></td>
<td class="ccm">Authorizes or rejects the talk command</p>
<p align="justify"><em><strong>mesg n</strong></em><strong> : </strong>Prevents reception of <strong>talk</strong> messages</p>
<p align="justify"><em><strong>mesg y</strong></em><strong>: </strong>Allows reception of <strong>talk</strong> messages</p>
</td>
<td class="ccm"></td>
</tr>
<tr>
<td class="ccm"><strong>exit</strong></td>
<td class="ccm">Disconnects</td>
<td class="ccm"></td>
</tr>
</tbody>
</table>
Posted in Programming Concepts Tagged: unix commands <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ediyanto83.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ediyanto83.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ediyanto83.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ediyanto83.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ediyanto83.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ediyanto83.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ediyanto83.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ediyanto83.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ediyanto83.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ediyanto83.wordpress.com/389/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ediyanto83.wordpress.com&blog=848929&post=389&subd=ediyanto83&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ediyanto83.wordpress.com/2009/03/07/unix-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a46483722032898c6cbfab66b430a214?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Edi</media:title>
		</media:content>
	</item>
	</channel>
</rss>