<?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>Sekolah Linux Indonesia &#187; Linux Commands</title>
	<atom:link href="http://www.sekolahlinux.com/category/linux-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sekolahlinux.com</link>
	<description>Place for Indonesian Linuxer</description>
	<lastBuildDate>Sat, 13 Aug 2011 04:41:11 +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>Red Hat&#160;Linux Commands &#8211; How to Understand Linux Directory and File Listings&#160;</title>
		<link>http://www.sekolahlinux.com/red-hatlinux-commands-how-to-understand-linux-directory-and-file-listings/</link>
		<comments>http://www.sekolahlinux.com/red-hatlinux-commands-how-to-understand-linux-directory-and-file-listings/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 21:55:44 +0000</pubDate>
		<dc:creator>Abu Syams</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[linux commands training tips]]></category>
		<category><![CDATA[Linux ls command]]></category>
		<category><![CDATA[Linux tutorial]]></category>
		<category><![CDATA[red hat linux commands]]></category>

		<guid isPermaLink="false">http://www.sekolahlinux.com/red-hatlinux-commands-how-to-understand-linux-directory-and-file-listings/</guid>
		<description><![CDATA[Interpreting Linux Directory and File Listings &#8211; From the Output of the Linux ls Command In this linux tutorial we will learn how to running the Linux ls command at the Linux command line prompt shows a listing of directories and files. The following is an example of a listing at the shell prompt of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sekolahlinux.com%2Fred-hatlinux-commands-how-to-understand-linux-directory-and-file-listings%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sekolahlinux.com%2Fred-hatlinux-commands-how-to-understand-linux-directory-and-file-listings%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Interpreting Linux Directory and File Listings &#8211; From the Output of the Linux ls Command</strong></p>
<p>In this linux tutorial we will learn how to running the Linux ls command at the Linux command line prompt shows a listing of directories and files.</p>
<p>The following is an example of a listing at the shell prompt of a directory named <strong>bin</strong>:</p>
<ul>
<li><strong>d</strong>rwxr-x&#8212;    22    root    root    4096     May 22    16:14    <strong>bin</strong></li>
</ul>
<p>The name of the directory (<strong>bin</strong>) appears at the far right.
</p>
<p>At the left of this name is the time (16:14). If the directory were not created this year, the year would appear in place of the time. Next at the left is the date (May 22). At the left is the size of the directory, which is 4,096 bytes (4 K).</p>
<p>At the far left is a &#8220;<strong>d</strong>&#8221; and this indicates that the item is a directory.</p>
<p>The other items shown above, such as &#8220;rwxr-x&#8212;  22 root  root&#8221;, are permissions.</p>
<p>The following is a Linux ls command output example of a file named grep.1.gz:</p>
<ul>
<li>-rw-r&#8211;r&#8211;    1    root    root    5907    Jul 17 2007    grep.1.gzThe name of the file appears at the far right (<strong>grep.1.gz</strong>).</li>
</ul>
<p>At the left of the name is the date that the file was created (July 17, 2007). At the left of that is the size of the file, which is 5,907 bytes (approximately 5.9 K).</p>
<p>At the far left is a &#8220;<strong>-</strong>&#8220;. This indicates that the item is a file.</p>
<p>The above file was created in 2,007. If the file was created this year, then the time that the file was created, in the form of hh:mm, would appear in place of the year.</p>
<p>When you run ls command and use the -l option, you see a series of characters at the left of each item in the directory listing. The table below shows the meaning of the far left character in a directory listing.</p>
<p><strong>  The Leftmost Characters in a Listing from the Output of the Linux ls Command</strong></p>
<p>When using the -l option of the ls command, the <strong>-</strong> (dash) for file and the <strong>d</strong> for directory appear most often in the list that is output when the ls command is run.</p>
<p>Remember that directory names have a &#8220;<strong>d</strong>&#8221; at the far left of them and files have a &#8220;<strong>-</strong>&#8220;.</p>
<p>The Linux concepts shown above apply to Slackware, Red Hat, Ubuntu, Fedora, and Debian Linux &#8211; and also <strong>ALL</strong> Linux distributions.</p>
<p>By the way&#8230;do you want to learn exactly how to use Linux and run Linux commands for Linux System Administration and get real, practical Linux training experience by running hundreds of examples of Linux commands? Stay tuned as more <a href="http://www.sekolahlinux.com/linux-commands-training-quick-tips/">linux commands&nbsp;training tips</a> will coming. speak soon.</p>
<p>Other related articles:</p>
</p>
<ul>
<li>
<p><a href="http://www.cyberciti.biz/tips/linux-unix-commands-cheat-sheets.html">Top 10 Best Cheat Sheets and Tutorials for Linux / UNIX Commands</a> &#8211; With this,It is inspiratory for a beginner to learn linux commands.. Reply. 8 kas@hil July 2, 2009. Very usuefull information. Reply. 9 sandeep k pandey July 19, 2009. hiii i am sandeep i want to say you thanks &#8230;</p>
</li>
<li>
<p><a href="http://www.ipflow.utc.fr/blog/?p=47">Cisco 7200 Simulator &raquo; Blog Archive &raquo; 0.2.7-RC3 release</a> &#8211; Hello all,. The 0.2.7-RC3 release is available, as a bug-fix/optimization release. Bug fixes: Compressed IOS images for MIPS platforms were not working anymore. This is now fixed. You still have to uncompress images for the 2600 &#8230;</p>
</li>
<li>
<p><a href="http://blog.taragana.com/index.php/archive/10-reasons-to-use-linux-for-enterprise-business/">10 Reasons to use Linux for Enterprise Business</a> &#8211; For all you Sony .. http://oohja.com/xaxt1; hcyee Lxer: Ksplice: Upgrade / Patch Your Linux Kernel Without Reboots: Generally, all Linux distributions needs a sched&#8230; http://bit.ly/caOC86; linuxtraining Learn Linux commands for ALL &#8230;</p>
</li>
<li>
<p><a href="http://www.thegeekstuff.com/2010/01/2-books-giveaway-linux-firewall-and-learning-jquery-1-3/">2 Books Giveaway: Linux Firewall and Learning jQuery 1.3</a> &#8211; Mysql in linux b&#39;cos you can learn it easily and while learning mysql you can also learn linux commands also. 140 MANOJ January 20, 2010 at 10:14 am. 1. Favorite Unix Firewall &#8211; Checkpoint 2. Favorite Database &#8211; Oracle &#8230;</p>
</li>
<li>
<p><a href="http://www.cyberciti.biz/faq/find-print-linux-unix-kernel-version/">How to find which kernel version is installed on my Linux system</a> &#8211; { 4 comments&#8230; read them below or add one }. 1 thirumurthy August 12, 2009. want to learn linux commands. Reply. 2 thirumurthy August 12, 2009. i want to use linux commands. Reply. 3 sqrlking August 17, 2009 &#8230;</p>
</li>
<li>
<p><a href="http://skattertech.com/2008/03/dell-xps-m1530-vs-apple-macbook-pro/">Dell XPS M1530 vs. Apple MacBook Pro | Skatter Tech</a> &#8211; Guess what, its been 2 years and I am not only happy about the switch but haven&#39;t had the urge to upgrade like I did when I owned a PC. I still switch to PC to do low level network stuff but now I can learn linux commands with the mac. &#8230;</p>
</li>
<li>
<p><a href="http://www.weez.com/2010/07/how-to-understand-the-basics-of-linux/">How To Understand the Basics Of Linux | Weez.com</a> &#8211; Why should you learn Linux &#8220;commands&#8221;? You won&#39;t need them. Want to copy a file? Drag&#038;Drop it, or simply use ctrl+c and ctrl+v, as you would do in any other OS. If this were 2005, learning the commands was, indeed, needed. Today? &#8230;</p>
</li>
<li>
<p><a href="http://www.thecommandline.org/linux-commands-training-learning-linux-commands-vs-gui-utilities-for-linux-system-administration/">Linux Commands Training &#8211; Learning Linux Commands Vs GUI Utilities &#8230;</a> &#8211; Now you can learn how to do Linux System Administration and greatly improve your IT career! Key Linux Training Concept: Learn Linux commands and not GUI utilities! Read on and find out more.</p>
</li>
</ul>
<p></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/linux+commands%26nbsp%3Btraining+tips' rel='tag' target='_self'>linux commands&nbsp;training tips</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux+ls+command' rel='tag' target='_self'>Linux ls command</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux+tutorial' rel='tag' target='_self'>Linux tutorial</a>, <a class='technorati-link' href='http://technorati.com/tag/red+hat+linux+commands' rel='tag' target='_self'>red hat linux commands</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.sekolahlinux.com/red-hatlinux-commands-how-to-understand-linux-directory-and-file-listings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Tutorial for Beginner</title>
		<link>http://www.sekolahlinux.com/linux-tutorial-for-beginner/</link>
		<comments>http://www.sekolahlinux.com/linux-tutorial-for-beginner/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 21:55:44 +0000</pubDate>
		<dc:creator>Abu Syams</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[basic linux commands]]></category>
		<category><![CDATA[linux training]]></category>
		<category><![CDATA[Linux tutorial]]></category>
		<category><![CDATA[linux commands]]></category>

		<guid isPermaLink="false">http://www.sekolahlinux.com/linux-tutorial-for-beginner/</guid>
		<description><![CDATA[Hello, are you looking for linux tutorial? whether you an expert or beginner every people who wants to learn linux will search for linux tutorial. Many source offering linux tutorial, you can get an e-book or printed material yes, you find it very useful. As a beginner you may want to read your linux man [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sekolahlinux.com%2Flinux-tutorial-for-beginner%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sekolahlinux.com%2Flinux-tutorial-for-beginner%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Hello, are you looking for linux tutorial? whether you an expert or beginner every people who wants to learn linux will search for linux tutorial. Many source offering linux tutorial, you can get an e-book or printed material yes, you find it very useful.</p>
<p>As a beginner you may want to read your linux man page as the first source you need to operate your new operating system. Man page will provide you with basic <a href="http://www.sekolahlinux.com/linux-commands-training-quick-tips/">linux&nbsp;commands</a> and expert linux commands. This list of linux&nbsp;commands will help you to run and operate your new linux. No&nbsp;mater what kind of distribution you like you will always find it useful.</p>
<p>Another way to get linux tutorial is by attending linux training or linux seminar, you can also buy Linux books or video to watch and learn. Don&#39;t worry about your new operating system as this is more stable than the other operating system. You should join to mailing list or forum to broaden your network and gaining more information about linux.</p>
<p>Other related articles:</p>
</p>
<ul>
<li>
<p><a href="http://www.supriyadisw.net/2006/08/wordpress-on-debian-linux">WordPress on Debian Linux &middot; supriyadisw dot net</a> &#8211; This tutorial is how to install WordPress on Debian Linux . Installing WordPress on Debian? What for? Are there many easy ways to install WordPress on our server (Web hosting)? Eventually, We don&#39;t need to know what distro that our &#8230;</p>
</li>
<li>
<p><a href="http://www.supriyadisw.net/2006/12/wordpress-installation-on-ubuntu-with-lamp">wordpress Installation on Ubuntu with LAMP</a> &#8211; This tutorial is how to install wordpress on Ubuntu Linux Desktop using LAMP. Why ? One reason is that you can do a lot of developing (playing around) much quicker as there is no need to use ftp. If&#8230; [[ This is a content summary only. ...</p>
</li>
<li>
<p><a href="http://www.embeddedheaven.com/online-linux-tutorial.htm">Online Linux Tutorial For Beginners</a> - Online Linux Tutorial for beginners is a basic guide to the Unix and Linux operating system. Eight simple tutorials which cover the basics of UNIX / Linux commands. Introduction to The UNIX operating system What is UNIX?</p>
</li>
<li>
<p><a href="http://www.embeddedheaven.com/linux-makefile-tutorial.htm">Linux Makefile Tutorial</a> - Procyon AVR Library for Atmel AVR Processors &middot; Online Linux Tutorial For Beginners &middot; FreeRTOS porting on Code Composer Studio 4 (LM3Sxxxx processor) &middot; [Error Solved] fatal error C1189: #error : This file requires _WIN32_WINNT &#8230;</p>
</li>
<li>
<p><a href="http://nickmcd.tv/2010/10/linux-tutorial-how-to-rotate-a-video/">Linux tutorial: How to rotate a video</a> &#8211; Many people take video&#39;s on there mobiles and end up with a rotated video. If you wonder how to rotate it to a normal view under Linux, this tutorial is for you. This is why I love open source, you get a lot of possibilities for free!</p>
</li>
<li>
<p><a href="http://nickmcd.tv/2010/09/rapidshare-downloads-on-linux-tutorial/">Rapidshare Downloads on Linux Tutorial</a> &#8211; Rapidshare Downloads on Linux Tutorial ubuntuforums.org.</p>
</li>
<li>
<p><a href="http://nickmcd.tv/2010/09/linux-tutorial-raising-microphone-volume-in-ubuntu/">Linux Tutorial: Raising Microphone Volume in Ubuntu</a> &#8211; You might have noticed that Ubuntu has a very low microphone volume by default. This quick tutorial shows you how to make your microphone record at a higher volume. If you&#39;d like more Linux tutorials check out my site: &#8230;</p>
</li>
<li>
<p><a href="http://hosting-n1.com/practical-guide-to-linux-commands-editors-and-shell-programming-a-8/">Hosting Directory #1 &#8211; Practical Guide to Linux Commands, Editors &#8230;</a> &#8211; Expert primer on automating tasks with Perl The Most Useful Linux Tutorial and Reference, with&#8230; More >> &middot; Practical Guide to Linux Commands, Editors, and Shell Programming, A. Subscribe to Hosting Directory #1 by Email: under: Platform &#8230;</p>
</li>
<li>
<p><a href="http://nickmcd.tv/2010/09/ubuntu-tweak-5-6-desktop-recovery-backup-restore-reset-settings-fix-linux-tutorial/">Ubuntu Tweak .5.6 Desktop Recovery Backup Restore Reset Settings &#8230;</a> &#8211; 10 Technology Messes That Need Fixing How to Get Help in Linux Software Provider Calls Citrix Online Backbone of His Firm Linux Tutorial: Raising Microphone Volume in Ubuntu Share and Enjoy:</p>
</li>
<li>
<p><a href="http://nickmcd.tv/2010/09/how-to-update-your-java-version-on-linux-linux-tutorial/">How to update your java version on Linux. Linux tutorial.</a> &#8211; www.opensourcebistro.com This is a walk through of a recent Java update I completed on my Vectorlinux box. Keeping Java up to date is usually a good security precaution as well as just getting you a better version of Java. &#8230;</p>
</li>
</ul>
<p>
</p>
<p></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/basic+linux+commands' rel='tag' target='_self'>basic linux commands</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux+Commands' rel='tag' target='_self'>Linux Commands</a>, <a class='technorati-link' href='http://technorati.com/tag/linux+training' rel='tag' target='_self'>linux training</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux+tutorial' rel='tag' target='_self'>Linux tutorial</a>, <a class='technorati-link' href='http://technorati.com/tag/linux%26nbsp%3Bcommands' rel='tag' target='_self'>linux&nbsp;commands</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.sekolahlinux.com/linux-tutorial-for-beginner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Linux Commands With Man Pages for Beginner</title>
		<link>http://www.sekolahlinux.com/basic-linux-commands-with-man-pages-for-beginner/</link>
		<comments>http://www.sekolahlinux.com/basic-linux-commands-with-man-pages-for-beginner/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 21:55:44 +0000</pubDate>
		<dc:creator>Abu Syams</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[basic linux commands]]></category>
		<category><![CDATA[unix and linux commands]]></category>

		<guid isPermaLink="false">http://www.sekolahlinux.com/basic-linux-commands-with-man-pages-for-beginner/</guid>
		<description><![CDATA[Here are some basic commands to get you started in the wonderful world of Linux and other UNIX variants. All of these commands should work from your command prompt (regardless which shell you&#8217;re using).You MUST press enter to invoke the command.All UNIX and Linux commands are case sensitive. There are of course thousands of Linux [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sekolahlinux.com%2Fbasic-linux-commands-with-man-pages-for-beginner%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sekolahlinux.com%2Fbasic-linux-commands-with-man-pages-for-beginner%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here are some basic commands to get you started in the wonderful world of Linux and other UNIX variants. All of these commands should work from your command prompt (regardless which shell you&#8217;re using).You MUST press enter to invoke the command.All UNIX and Linux commands are case sensitive. There are of course thousands of Linux related commands and procedures.</p>
<p>You can also execute multiple commands by separating each one with a ; for example cd newdir; mkdir thatdir ; ls -la will first change directories to the newdir directory, then create a directory called thatdir, then list all the files in long format. You can string together as many commands as you like but caution should be used not to inadvertently do anything harmful.</p>
<p>If you think some thing need to be added to this list let me know.</p>
<p>access determine whether a file can be accessed</p>
<p>Syntax</p>
<p>access -mode file</p>
<p>For more options and how to use check access man page</p>
<p>alias define or display aliases</p>
<p>Syntax</p>
<p>alias [alias-name[=string] ]</p>
<p>For more options and how to use check alias man page</p>
<p>bg run jobs in the background</p>
<p>Syntax</p>
<p>bg [job_id ...]</p>
<p>For more options and how to use check bg man page</p>
<p>cal displays a calendar</p>
<p>Syntax</p>
<p>cal [-smjy13 ] [[ month ] year ]</p>
<p>For more options and how to use check cal man page</p>
<p>cd change directories</p>
<p>Use cd to change directories. Type cd followed by the name of a directory to access that directory.Keep in mind that you are always in a directory and can navigate to directories hierarchically above or below.</p>
<p>Syntax</p>
<p>cd [-L | -P] [directory]</p>
<p>For more options and how to use check cd man page</p>
<p>chown change file owner and group</p>
<p>Syntax</p>
<p>chown [OPTION] OWNER[:[GROUP]] FILE</p>
<p>chown [OPTION] :GROUP FILE</p>
<p>chown [OPTION] reference=RFILE FILE</p>
<p>For more options and how to use check chown man page</p>
<p>chmod change file access permissions</p>
<p>Syntax</p>
<p>chmod [-r] permissions filenames</p>
<p>Options</p>
<p>r Change the permission on files that are in the subdirectories of the directory that you are currently in. permission Specifies the rights that are being granted. Below is the different rights that you can grant in an alpha numeric format.filenames File or directory that you are associating the rights with Permissions</p>
<p>u User who owns the file.</p>
<p>g Group that owns the file.</p>
<p>o Other.</p>
<p>a All.</p>
<p>r Read the file.</p>
<p>w Write or edit the file.</p>
<p>x Execute or run the file as a program.</p>
<p>Numeric Permissions:</p>
<p>CHMOD can also to attributed by using Numeric Permissions:</p>
<p>400 read by owner</p>
<p>040 read by group</p>
<p>004 read by anybody (other)</p>
<p>200 write by owner</p>
<p>020 write by group</p>
<p>002 write by anybody</p>
<p>100 execute by owner</p>
<p>010 execute by group</p>
<p>001 execute by anybody</p>
<p>For more options and how to use check chmod man page</p>
<p>cp Copy files and directories</p>
<p>Syntax</p>
<p>cp [OPTION] SOURCE DEST<br />
cp [OPTION] SOURCE DIRECTORY<br />
cp [OPTION] target-directory=DIRECTORY SOURCE</p>
<p>Options</p>
<p>cp myfile yourfile</p>
<p>Copy the files myfile to the file yourfile in the current working directory. This command will create the file yourfile if it doesn&#8217;t exist. It will normally overwrite it without warning if it exists.</p>
<p>cp -i myfile yourfile</p>
<p>With the -i option, if the file yourfile exists, you will be prompted before it is overwritten.</p>
<p>cp -i /data/myfile</p>
<p>Copy the file /data/myfile to the current working directory and name it myfile . Prompt before overwriting the file.</p>
<p>cp -dpr srcdir destdir</p>
<p>Copy all files from the directory srcdir to the directory destdir preserving links (-poption), file attributes (-p option), and copy recursively (-r option). With these options, a directory and all it contents can be copied to another dir</p>
<p>For more options and how to use check cp man page</p>
<p>clear Clears the terminal screen.</p>
<p>Syntax</p>
<p>clear</p>
<p>For more options and how to use check clear man page</p>
<p>cmp Compares two files, reporting all discrepancies. Similar to the diff command, though the output format differs.</p>
<p>Syntax</p>
<p>cmp [-clsv] [-i NUM] [--help] [--print-chars] [--ignore-initial=NUM] [--verbose] [--quiet] [--silent] [--version] -I FILE1 [FILE2 [RANGE1 [RANGE2]]]</p>
<p>For more options and how to use check cmp man page</p>
<p>cat &#8211; Sends file contents to standard output. This is a way to list the contents of short files to the screen. It works well with piping.</p>
<p>Syntax</p>
<p>cat [OPTION] [FILE]</p>
<p>For more options and how to use check cat man page</p>
<p>diff find differences between two files</p>
<p>Syntax</p>
<p>diff [options] from-file to-file</p>
<p>For more options and how to use check diff man page</p>
<p>dmesg Prints the messages resulting from the most recent system boot.</p>
<p>Syntax</p>
<p>dmesg [ -c ] [ -n level ] [ -s bufsize ]</p>
<p>For more options and how to use check dmesg man page</p>
<p>du estimate file space usage</p>
<p>Syntax</p>
<p>du [OPTION] [FILE]</p>
<p>For more options and how to use check du man page</p>
<p>df report filesystem disk space usage</p>
<p>Syntax</p>
<p>df [OPTION] [FILE]</p>
<p>For more options and how to use check df man page</p>
<p>exit &#8211; cause the shell to exit</p>
<p>syntax</p>
<p>exit [n]</p>
<p>For more options and how to use check exit man page</p>
<p>eject eject removable media</p>
<p>Syntax</p>
<p>eject -h<br />
eject [-vnrsfqp] []<br />
eject [-vn] -d<br />
eject [-vn] -a on|off|1|0 []<br />
eject [-vn] -c slot []<br />
eject [-vn] -t []<br />
eject [-vn] -x []<br />
eject -V</p>
<p>For more options and how to use check eject man page</p>
<p>fuser identify processes using files or sockets</p>
<p>Syntax</p>
<p>fuser [-a|-s|-c] [-4|-6] [-n space] [-k [-i] [-signal] ] [-muvf] name<br />
fuser -l<br />
fuser -V</p>
<p>For more options and how to use check fuser man page</p>
<p>fsck check and repair a Linux file system</p>
<p>Syntax</p>
<p>fsck [ -sACVRTNP ] [ -t fstype ] filesys [ ... ] [--] [ fsck-options ]</p>
<p>For more options and how to use check fsck man page</p>
<p>fdisk Partition table manipulator for Linux</p>
<p>Syntax</p>
<p>fdisk [-u] [-b sectorsize] [-C cyls] [-H heads] [-S sects] device<br />
fdisk -l [-u] device<br />
fdisk -s partition<br />
fdisk -v</p>
<p>For more options and how to use check fdisk man page</p>
<p>fg run jobs in the foreground</p>
<p>Syntax</p>
<p>fg [job_id]</p>
<p>For more options and how to use check fg man page</p>
<p>file determine file type</p>
<p>Syntax</p>
<p>file [ -bciknsvzL ] [ -f namefile ] [ -m magicfiles ] file<br />
file -C [ -m magicfile ]</p>
<p>For more options and how to use check file man page</p>
<p>find search for files in a directory hierarchy</p>
<p>Syntax</p>
<p>find [path...] [expression]</p>
<p>For more options and how to use check find man page</p>
<p>finger Prints descriptions of the specified users.</p>
<p>Syntax</p>
<p>finger [-lmsp ] [user ... ] [user@host ... ]</p>
<p>For more options and how to use check finger man page</p>
<p>free Displays the amount of used and free system memory.</p>
<p>Syntax</p>
<p>free [-b | -k | -m] [-o] [-s delay ] [-t] [-V]</p>
<p>For more options and how to use check free man page</p>
<p>ftp A File Transfer Protocol client</p>
<p>Syntax</p>
<p>ftp hostname or ipaddress</p>
<p>For more options and how to use check ftp man page</p>
<p>grep, egrep, fgrep print lines matching a pattern</p>
<p>Syntax</p>
<p>grep [options] PATTERN [FILE...]<br />
grep [options] [-e PATTERN | -f FILE] [FILE...]</p>
<p>For more options and how to use check grep, egrep, fgrep man page</p>
<p>head output the first part of files</p>
<p>Syntax</p>
<p>head [OPTION] [FILE]</p>
<p>For more options and how to use check head man page</p>
<p>history Manipulate the history list</p>
<p>Syntax</p>
<p>history option arg arg</p>
<p>For more options and how to use check history man page</p>
<p>!!</p>
<p>use the ! option. To automatically re-display the last command you typed at the prompt, type: !! and press enter. Press again to invoke the command. You can also automatically re-display a command you typed earlier by using the ! and the first few letters of the command.  Find more <a href="http://www.sekolahlinux.com/linux-commands-training-quick-tips/">Linux Commands</a> here.</p>
<p><a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=priyohw-sklLinuxBanner"><img src="http://tracking.hostgator.com/img/Shared/234x60.gif" border=0></a></p>
<p>Other related articles:</p>
<ul>
<li><a href="http://www.debianadmin.com/basic-linux-commands-with-man-pages.html">Basic Linux Commands With Man Pages</a> &#8211; 15 Responses to “Basic Linux Commands With Man Pages”. abhi kalyan says: October 26, 2006 at 12:56 pm. Great Work, I hope i could contribute, and in the coming days i might. Made a very good help. Thank you. Admin says: &#8230;</li>
<li><a href="http://tutorialstaff.com/learn-basic-linux-unix-commands/">Learn basic linux/unix commands | Tutorial Staff | TutorialStaff.com</a> &#8211; I hope you understand these 5 basic linux commands. There will be more tutorials coming soon about using linux so stay tuned and don`t forget if you have any questions feel free to post them in the comment section below. &#8230;</li>
<li><a href="http://puqee.com/2010/10/06/the-basics-of-the-palm-pre-linux/">The Basics of The Palm Pre Linux</a> &#8211; Basic Linux commands. Installation of additional utilities (sudo, package manager etc.). Configuration of the virtual machine (virtualbox). Install\remove packages. Short description of the system files and directories specific for Palm &#8230;</li>
<li><a href="http://i486.net/2010/10/02/what-does-it-mean-for-windows-users-if-the-basic-knowledge-of-linux-commands-are-needed/">What does it mean for Windows users, if the basic knowledge of &#8230;</a> &#8211; So this indicates that some basic Linux commands konwledge necessary. However, I am a Windows user … best answer: Answer. The Beast means you know how to navigate the Linux without a GUI. Enter the answer to this question below!</li>
<li><a href="http://www.ntbrad.com/wordpress/?p=411">NTBrad.com &#8211; Not just for Windows anymore! » Monitoring Citrix &#8230;</a> &#8211; This adds Nagios NRPE support for Citrix XenServer 5.5. I&#8217;ve tested this with the current patches as of 3/12/2010, but if it breaks and explodes and blows the hair off your cat, well, you&#8217;ve been warned.The rpm&#8217;s are either from CentOS &#8230;</li>
<li><a href="http://www.ntbrad.com/wordpress/?p=407">NTBrad.com &#8211; Not just for Windows anymore! » Xen Import and Export &#8230;</a> &#8211; Uncategorized. Since the new bits are all at the other end of a relatively slow pipe (8Mb DSL or 17Mb WiFi) shuffling templates and exports around is no fun at all. Trying this from a XenConsole running on the XenServer itslef was no &#8230;</li>
<li><a href="http://dharsankumaran3.wordpress.com/2010/10/01/guides-and-help-on-using-basic-linux-commands-basic-unix-commands-with-step-by-step-example/">Guides and help on using basic Linux commands &amp; basic Unix &#8230;</a> &#8211; When you talk about using Linux as Operating System, at least you need to know some of the basic Linux commands that could help you do the configurations, setup and manage your Linux box using the Linux shell (or command line &#8230;</li>
</ul>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/basic+linux+commands' rel='tag' target='_self'>basic linux commands</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux+Commands' rel='tag' target='_self'>Linux Commands</a>, <a class='technorati-link' href='http://technorati.com/tag/unix+and+linux+commands' rel='tag' target='_self'>unix and linux commands</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.sekolahlinux.com/basic-linux-commands-with-man-pages-for-beginner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Commands Training Quick Tips </title>
		<link>http://www.sekolahlinux.com/linux-commands-training-quick-tips/</link>
		<comments>http://www.sekolahlinux.com/linux-commands-training-quick-tips/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 18:37:45 +0000</pubDate>
		<dc:creator>Abu Syams</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux administrators]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu commands]]></category>

		<guid isPermaLink="false">http://www.sekolahlinux.com/linux-commands-training-quick-tips/</guid>
		<description><![CDATA[Image via Wikipedia Regular Ubuntu Linux Users and the (Lack of Use of the) root User When you install Ubuntu Linux, you create a user, which is the &#8220;first&#8221; user and you can also create more users if you need to. When you create the &#8220;first&#8221; user, you assign this user a password &#8211; and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sekolahlinux.com%2Flinux-commands-training-quick-tips%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sekolahlinux.com%2Flinux-commands-training-quick-tips%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/File:Openbsd38login.png"><img title="The OpenBSD 3.8 login prompt" src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Openbsd38login.png/300px-Openbsd38login.png" alt="The OpenBSD 3.8 login prompt" width="300" height="167" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/File:Openbsd38login.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<div>
<p><strong>Regular Ubuntu Linux Users and the (Lack of Use of the) root User</strong></p>
<p>When you install Ubuntu Linux, you create a user, which is the &#8220;first&#8221; user and you can also create more users if you need to. When you create the &#8220;first&#8221; user, you assign this user a password &#8211; and this one is very important! This is the first thing linux administrators should do.</p>
<p>It is required to log in to the desktop (at the Linux GUI login prompt) as the &#8220;regular&#8221; (non-root) user &#8211; and this password is also required to be able to do the equivalent of logging in as the root user &#8211; when you&#8217;re working at the Linux prompt a terminal emulation window on the desktop.</p>
<p>By default, the root use is not &#8220;enabled&#8221; (not available) in Ubuntu and so you can&#8217;t log in as this user &#8211; which is an innovative thing &#8211; as it stops anyone from logging in to the desktop as this user &#8211; which should <em>never</em> be done!</p>
<p><strong>Example of Running the <a href="http://www.sekolahlinux.com/linux/">Linux</a> sudo Command &#8211; To Start Working as the root User</strong></p>
<p>You type in:   sudo -i   and then press Enter to change from working as a &#8220;regular&#8221; user to working as (<em>the equivalent of</em>) the root user in <strong>Ubuntu</strong> (and variations or derivatives, such as Kubuntu &#8211; see more on this further below).</p>
<p>And then you provide the password of the first user that was created on the system. After running the Linux sudo command, the prompt changes from a dollar sign to a number or hash sign (press Shift 3). To &#8220;go back&#8221; to working as a &#8220;regular&#8221;, run the exit command by entering the command name and pressing the Enter key.</p>
<p>This <em>Linux</em> version has its own &#8220;derivatives&#8221; (variations), and many of these end in &#8220;ubuntu&#8221;, such as Kubuntu.</p>
<div>
<ol><strong>Linux Commands Training Tips: </strong>The &#8220;<strong>K</strong>&#8221; in <strong>K</strong>ubuntu stands for &#8220;<strong>K</strong>DE&#8221; &#8211; it is the &#8220;<strong>K</strong>&#8221; in &#8220;<strong>K</strong>DE&#8221;, for the <strong>K</strong>DE desktop.</ol>
<ol>The Ubuntu distro uses the GNOME desktop by default and Kubuntu uses the KDE desktop by default.</ol>
</div>
<p>Ubuntu Linux and it&#8217;s derivatives are some of the few distributions that require the use of the sudo command with the -i option as shown above &#8211; as opposed to using the su command with the &#8211; &#8220;dash&#8221; option and then typing in the password of the root user.</p>
<p>And now I would like to offer you free access to my Linux Commands Training Mini-Course, which you can access it in this site where you can explore more about ubuntu commands.</p>
<p>This site not only dedicated for ubuntu linux only, there is many things that you should know about linux distribution. The good things about linux is free you can download any distro you like and installed in your machine.</p>
<p>Priyo Wibowo | IT consultant</p>
</div>
<p>Other related articles:</p>
<ul>
<li><a href="http://vandelaydesign.com/blog/blog-promotion/99-ways-to-promote-your-blog-for-free/">99 Ways to Promote Your Blog for Free | Vandelay Design Blog</a> &#8211; LINK BUILDING: Exchange links with other bloggers Use BlogRush Submit to RSS directories Submit to blog directories Submit to general.</li>
<li><a href="http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/">Internet Connection Sharing using iptables » Lindesk</a> &#8211; It is very easy to setup an internet connection sharing in Linux system using iptables. This method can be used to share an internet connection from a Linux system(I used Fedora Core 6, but it should work on other distributions that &#8230;</li>
<li><a href="http://magazine.redhat.com/2007/03/09/understanding-your-red-hat-enterprise-linux-daemons/">Comment on Understanding your (Red Hat Enterprise Linux) daemons &#8230;</a> &#8211; Thanks a lot, Very useful article … It&#8217;s the only article I found to mention the real need or no-need to run mcstrans service.</li>
<li><a href="http://hem.com.np/2007/09/20/the-funny-linux-commands/">Comment on The Funny Linux Commands by Kopgel.net</a> &#8211; http://www.kopgel.net Genel içerikli Forum http://www.twilight-fan.kopgel.net.</li>
<li><a href="http://www.daniel-lemire.com/blog/archives/2005/08/29/getting-pdflatex-to-embed-all-fonts/">Getting pdflatex to embed all fonts</a> &#8211; Update: a much simpler approach is described in Embedding fonts for IEEE. My friend Yuhong reminded me to make sure I embed all fonts in the pdf file for our ICDM-05 paper. This seems to be an IEEE requirement. &#8230;</li>
<li><a href="http://elwoodicious.com/2007/05/24/encryption-usb-drive-ubuntu-windows-and-you/">encryption, usb drive, ubuntu, windows, and you!</a> &#8211; the other day i though i had lost my usb drive, a janky kingston 1gb stick with no keychain holder that is temporarily replacing my burned out jumpdrive sport. deep sets of panic waves overtook me for most of the morning as i wracked my &#8230;</li>
<li><a href="http://hem.com.np/2008/04/12/useful-windows-run-commands/">Comment on Useful Windows Run Commands. by Natural Cure For Yeast &#8230;</a> &#8211; Great.Thank you.</li>
<li><a href="http://txt.binnyva.com/2007/03/change-the-extension-of-multiple-files-in-linux/">txt » Change the Extension of Multiple Files in Linux</a> &#8211; In this example, we will change all files with extension &#8216;.info&#8217; to &#8216;.txt&#8217;. Rename all *.info files in one folder. rename .info .txt *.info. That should read as.. rename &#8230;</li>
<li><a href="http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/">» What does “./” mean in linux? &#8211; Eat My Business</a> &#8211; I had no idea what significance the dot and the forward slash (./) have in relation to this command. I have attempted to look it up but my search came to nothing. When I work it out &#8211; I&#8217;ll let you know. <img src='http://www.sekolahlinux.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ) &#8230;</li>
<li><a href="http://hem.com.np/2007/09/05/funny-job-application-at-mcdonalds/">funny job application at mcdonalds</a> &#8211; mc donalds job application. this is an actual job application a 17 year old boy submitted at a mcdonald&#8217;s fast-food establishment in florida…and they hired him because he was so honest and funny! name: greg bulmash. sex: not yet. &#8230;</li>
<li><a href="http://hem.com.np/2007/03/21/bengali-alphabets-very-funny/">Comment on Bengali Alphabets—- very funny by Rituraj</a> &#8211; Wow man how damn good way to explain all english alphabet to us. hahahha, I think West Bengal Primary education should adopt your way to improve their primary education system. What do you think about the same ?</li>
<li><a href="http://hem.com.np/2008/05/01/the-scribd-embed-code-in-latest-wordpress-version/">The Scribd Embed code in Latest WordPress version | Tech,Fun,This &#8230;</a> &#8211; So after reading Roshan&#8217;s Post about security risk in the previous versions of WordPress , i followed his recommendations and upgraded my WordPress to the latest on using the easy Automatic Upgrade Plugin . The upgrade was quick it was &#8230;</li>
<li><a href="http://submitresponse.co.uk/weblog/2004/08/03/rubbish-ydl-how-to-1-streaming-mp3s-from-a-mac/">Rubbish YDL How-To 1: Streaming MP3s From A Mac &#8211; Submit Response</a> &#8211; This post was made on August 3, 2004 and belongs in the linux, mac category. The previous post was Sandy Sharp at Street Level, and the next post is Free Brian Leith. Since I&#8217;m find­ing it very dif­fi­cult to keep Linux com­mands in my head, and basic Linux infor­ma­tion seems to be damn near impos­si­ble to come by with­out end­lessly click­ing through unsearch­able mail­ing list archives, I thought I&#8217;d start writ­ing up things that have taken me a while to work out here, under the snappy series title Rubbish YDL How-To&#8217;s.</li>
<li><a href="http://www.ducea.com/2006/05/14/tip-how-to-sort-folders-by-size-with-one-command-line-in-linux/">Tip: How to sort folders by size with one command line in Linux &#8230;</a> &#8211; Tip: How to sort folders by size with one command line in Linux. I often need to find out what are the biggest folders from the space point of view. Take for example, I need to get the users that are using the most space on the system &#8230;</li>
<li><a href="http://www.v-nessa.net/2006/12/30/php-injections-for-dummies">» PHP Injections for Dummies :: v-nessa.net :: Programming is Sexy</a> &#8211; This is a basic tutorial on how to do a simple PHP injection, for all you n00bish script kiddies. UPDATE: FYI, since the release of php 5.2.1, this post mainly applies to earlier versions since remote includes will be disabled in all &#8230;</li>
<li><a href="http://hem.com.np/2007/04/09/funny-towels/">Funny Towels | Tech,Fun,This n That at www.Hem.com.np</a> &#8211; Amazing top view Photography 38 images + caption. by admin | Fun and Jokes, Pictures and videos | Trackback | RSS Feed Related Posts you may like to Read. Fresh jokes From (INDIA) Wrote Using Mozilla Firefox 3.</li>
<li><a href="http://txt.binnyva.com/2007/03/download-entire-folder-using-wget-command-in-linux/">Download Entire Folder using Wget Command in Linux</a> &#8211; wget -m http://www.tldp.org/HOWTO/Serial-Programming-HOWTO/. -m, –mirror: shortcut for -N -r -l inf –no-remove-listing. wget -H -r &#8211;level=1 -k -p http://www.tldp.org/HOWTO/Serial-Programming-HOWTO/ &#8230;</li>
<li><a href="http://www.che.utah.edu/%7Egregorcy/?p=132">Securing Joomla</a> &#8211; We moved to Joomla for our department webpage, and it has really been great. We have been able to allow others to contribute to our site, use countless extensions and modules that save us time, and it has really helped as far as our &#8230;</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=787b2528-ebf8-412b-92d5-570bb3d85b7f" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/linux' rel='tag' target='_self'>linux</a>, <a class='technorati-link' href='http://technorati.com/tag/linux+administrators' rel='tag' target='_self'>linux administrators</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux+Commands' rel='tag' target='_self'>Linux Commands</a>, <a class='technorati-link' href='http://technorati.com/tag/ubuntu' rel='tag' target='_self'>ubuntu</a>, <a class='technorati-link' href='http://technorati.com/tag/ubuntu+commands' rel='tag' target='_self'>ubuntu commands</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.sekolahlinux.com/linux-commands-training-quick-tips/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

