<?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: UNIX Command Summary</title>
	<atom:link href="http://www.dbuggr.com/abhaybharti/1629/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/abhaybharti/1629/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kunal</title>
		<link>http://www.dbuggr.com/abhaybharti/1629/comment-page-1/#comment-1095</link>
		<dc:creator>Kunal</dc:creator>
		<pubDate>Sat, 26 Dec 2009 05:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/abhaybharti/1629/#comment-1095</guid>
		<description>There are MANY commands available for you in a UNIX shell account. A list of them follows (in no particular order). Remember, you can always read the manpage on each command for more information. 

ls ................. show directory, in alphabetical order
logout ............. logs off system
mkdir .............. make a directory
rmdir .............. remove directory (rm -r to delete folders with files)
rm ................. remove files
cd ................. change current directory
man (command) ...... shows help on a specific command
talk (user) ........ pages user for chat - (user) is a email address
write (user) ....... write a user on the local system (control-c to end)

pico (filename) .... easy to use text editor to edit files
pine ............... easy to use mailer
more (file) ........ views a file, pausing every screenful

sz ................. send a file (to you) using zmodem
rz ................. recieve a file (to the unix system) using zmodem

telnet (host) ...... connect to another Internet site
ftp (host) ......... connects to a FTP site
archie (filename) .. search the Archie database for a file on a FTP site
irc ................ connect to Internet Relay Chat
lynx ............... a textual World Wide Web browser
gopher ............. a Gopher database browser
tin, trn ........... read Usenet newsgroups

passwd ............. change your password
chfn ............... change your &quot;Real Name&quot; as seen on finger
chsh ............... change the shell you log into

grep ............... search for a string in a file
tail ............... show the last few lines of a file
who ................ shows who is logged into the local system
w .................. shows who is logged on and what they&#039;re doing
finger (emailaddr).. shows more information about a user
df ................. shows disk space available on the system
du ................. shows how much disk space is being used up by folders
chmod .............. changes permissions on a file
bc ................. a simple calculator

make ............... compiles source code
gcc (file.c) ....... compiles C source into a file named &#039;a.out&#039;

gzip ............... best compression for UNIX files
zip ................ zip for IBM files
tar ................ combines multiple files into one or vice-versa
lharc, lzh, lha .... un-arc&#039;ers, may not be on your system

dos2unix (file) (new) - strips CR&#039;s out of dos text files
unix2dos (file) (new) - adds CR&#039;s to unix text files</description>
		<content:encoded><![CDATA[<p>There are MANY commands available for you in a UNIX shell account. A list of them follows (in no particular order). Remember, you can always read the manpage on each command for more information. </p>
<p>ls &#8230;&#8230;&#8230;&#8230;&#8230;.. show directory, in alphabetical order<br />
logout &#8230;&#8230;&#8230;&#8230;. logs off system<br />
mkdir &#8230;&#8230;&#8230;&#8230;.. make a directory<br />
rmdir &#8230;&#8230;&#8230;&#8230;.. remove directory (rm -r to delete folders with files)<br />
rm &#8230;&#8230;&#8230;&#8230;&#8230;.. remove files<br />
cd &#8230;&#8230;&#8230;&#8230;&#8230;.. change current directory<br />
man (command) &#8230;&#8230; shows help on a specific command<br />
talk (user) &#8230;&#8230;.. pages user for chat &#8211; (user) is a email address<br />
write (user) &#8230;&#8230;. write a user on the local system (control-c to end)</p>
<p>pico (filename) &#8230;. easy to use text editor to edit files<br />
pine &#8230;&#8230;&#8230;&#8230;&#8230; easy to use mailer<br />
more (file) &#8230;&#8230;.. views a file, pausing every screenful</p>
<p>sz &#8230;&#8230;&#8230;&#8230;&#8230;.. send a file (to you) using zmodem<br />
rz &#8230;&#8230;&#8230;&#8230;&#8230;.. recieve a file (to the unix system) using zmodem</p>
<p>telnet (host) &#8230;&#8230; connect to another Internet site<br />
ftp (host) &#8230;&#8230;&#8230; connects to a FTP site<br />
archie (filename) .. search the Archie database for a file on a FTP site<br />
irc &#8230;&#8230;&#8230;&#8230;&#8230;. connect to Internet Relay Chat<br />
lynx &#8230;&#8230;&#8230;&#8230;&#8230; a textual World Wide Web browser<br />
gopher &#8230;&#8230;&#8230;&#8230;. a Gopher database browser<br />
tin, trn &#8230;&#8230;&#8230;.. read Usenet newsgroups</p>
<p>passwd &#8230;&#8230;&#8230;&#8230;. change your password<br />
chfn &#8230;&#8230;&#8230;&#8230;&#8230; change your &#8220;Real Name&#8221; as seen on finger<br />
chsh &#8230;&#8230;&#8230;&#8230;&#8230; change the shell you log into</p>
<p>grep &#8230;&#8230;&#8230;&#8230;&#8230; search for a string in a file<br />
tail &#8230;&#8230;&#8230;&#8230;&#8230; show the last few lines of a file<br />
who &#8230;&#8230;&#8230;&#8230;&#8230;. shows who is logged into the local system<br />
w &#8230;&#8230;&#8230;&#8230;&#8230;&#8230; shows who is logged on and what they&#8217;re doing<br />
finger (emailaddr).. shows more information about a user<br />
df &#8230;&#8230;&#8230;&#8230;&#8230;.. shows disk space available on the system<br />
du &#8230;&#8230;&#8230;&#8230;&#8230;.. shows how much disk space is being used up by folders<br />
chmod &#8230;&#8230;&#8230;&#8230;.. changes permissions on a file<br />
bc &#8230;&#8230;&#8230;&#8230;&#8230;.. a simple calculator</p>
<p>make &#8230;&#8230;&#8230;&#8230;&#8230; compiles source code<br />
gcc (file.c) &#8230;&#8230;. compiles C source into a file named &#8216;a.out&#8217;</p>
<p>gzip &#8230;&#8230;&#8230;&#8230;&#8230; best compression for UNIX files<br />
zip &#8230;&#8230;&#8230;&#8230;&#8230;. zip for IBM files<br />
tar &#8230;&#8230;&#8230;&#8230;&#8230;. combines multiple files into one or vice-versa<br />
lharc, lzh, lha &#8230;. un-arc&#8217;ers, may not be on your system</p>
<p>dos2unix (file) (new) &#8211; strips CR&#8217;s out of dos text files<br />
unix2dos (file) (new) &#8211; adds CR&#8217;s to unix text files</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
