<?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 ls command</title>
	<atom:link href="http://www.sekolahlinux.com/tag/linux-ls-command/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 Mount: Quickie</title>
		<link>http://www.sekolahlinux.com/linux-mount-quickie/</link>
		<comments>http://www.sekolahlinux.com/linux-mount-quickie/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:17:39 +0000</pubDate>
		<dc:creator>Abu Syams</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[Linux ls command]]></category>
		<category><![CDATA[linux mount]]></category>
		<category><![CDATA[linux system administration]]></category>

		<guid isPermaLink="false">http://www.sekolahlinux.com/linux-mount-quickie/</guid>
		<description><![CDATA[Image via Wikipedia The Linux mount command is used to mount a filesystem by assigning a mount point (such as a directory below the /mnt directory) to a hard disk partition or other disk device, such as a CD-ROM drive. After the partition or device has been mounted, it can be accessed by application 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%2Flinux-mount-quickie%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sekolahlinux.com%2Flinux-mount-quickie%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: 253px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:SuSE_logo.svg"><img title="SUSE Linux distributions" src="http://upload.wikimedia.org/wikipedia/en/thumb/0/0a/SuSE_logo.svg/243px-SuSE_logo.svg.png" alt="SUSE Linux distributions" width="243" height="153" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:SuSE_logo.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<div>
<p>The Linux mount command is used to mount a filesystem by assigning a mount point (such as a directory below the /mnt directory) to a hard disk partition or other disk device, such as a CD-ROM drive.</p>
<p>After the partition or device has been mounted, it can be accessed by application Linux software programs, utilities and commands.</p>
<p><strong> Example of Using the Linux mount Command </strong></p>
<p>For example, the following command:</p>
<p>$ <strong> mount     /dev/cdrom     /mnt/cdrom </strong> causes the device file named cdrom in the /dev directory to be mounted &#8220;onto&#8221; the cdrom directory below /mnt.</p>
<p>The cdrom directory becomes the &#8220;mount point&#8221; for the CD and this allows you to access the filesystem of the CD.</p>
<p>The files in the / (root) directory of the CD become accessible below the full path of /mnt/cdrom.</p>
<p><strong> </strong></p>
<p><strong>Listing the Contents of the Linux /dev System Directory Below The / (Root) Directory</strong></p>
<p>Many of the important Linux system directories, such as the /dev directory, are located directly below the / (root) directory.</p>
<p>Now look at the contents of the /dev directory and find out what Linux uses it for.</p>
<p><strong> Examples of Using the Linux ls Command to the List System Directories and the /dev Directory</strong></p>
<p>The following command lists the contents of the / directory &#8211; from any directory. The &#8220;-l&#8221; option of the ls command is not required here.</p>
<p>$ <strong> ls     / </strong> Notice the dev directory, which is below the / (root) directory in the full path of /dev.</p>
<p><strong> Viewing the Contents (Directories and Files) in the /dev Directory Path</strong></p>
<p>Now run the following command to see the contents of the /dev directory, without having to change directory.</p>
<p>$ <strong> ls    /dev </strong> <strong>Example of Using the Linux nl Command To Number Lines of Output</strong></p>
<p>The Linux <strong>nl</strong> (<strong>n</strong>umber <strong>l</strong>ine) command can be used to count and display the number of lines in a file or the output of a command.</p>
<p>In the folloinwg example, the output of the ls command is &#8220;piped&#8221; (with the vertical bar symbol) to the nl command to display a count of the output of the command.</p>
<p>$ <strong> ls     -l     /dev     |     nl </strong> This shows the device driver files for many different types of Linux hardware devices that are located in /dev and a count of the number of them.</p>
<p><strong>Linux Commands Training Tips: </strong> On more current Linux systems, the mount command may not be required and your devices may automatically mount below the /media directory. For example, if you put a CD in your drive and it automatically appears on your Linux desktop, you do not need to use the mount command to do the steps in the command example above. The Linux ls command and dev system directory concepts covered here apply to ALL Linux distributions and versions, including Ubuntu, openSUSE, Debian, SUSE, Fedora, Slackware and Red Hat Linux.</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 tune as I add more about <a href="http://www.sekolahlinux.com/linux/">Linux.</a></p>
</div>
<p>Other related articles:</p>
<ul>
<li><a href="http://beginlinux.com/blog/2009/12/editing-mount-points/">Mounting Partitions | Editing Linux Mount Points with /etc/fstab &#8230;</a> &#8211; This tutorial explains how /etc/fstab and /etc/mtab reveal both potential and mounted partitions on the Linux server.</li>
<li><a href="http://spiralbound.net/2005/05/10/how-to-copy-a-solaris-boot-drive-to-a-disk-with-a-different-partition-layout">Copy a Solaris Boot Drive to a New Disk | spiralbound.net</a> &#8211; If you&#8217;ve ever gone to mirror a system drive with Solstice Disk suite, you know how frustrating it can be when you either don&#8217;t have any more slices to use for your meta database partitions, or all the space on the disk has already been &#8230;</li>
<li><a href="http://spiralbound.net/2005/04/05/forcing-sun-network-interfaces-to-100full-duplex">Forcing Sun Network Interfaces to 100/Full Duplex | spiralbound.net</a> &#8211; Forcing Sun Network Interfaces to 100/Full Duplex. For one reason or another, many network switches don&#8217;t like to negotiate properly with the ethernet cards in Sun servers. This can result in a lot of headaches, and sometimes the &#8230;</li>
<li><a href="http://blog.josefsson.org/2007/04/27/hacking-jobo-device/">Hacking Jobo device « Simon Josefsson&#8217;s blog</a> &#8211; I blogged earlier about buying the Linux-based Jobo Giga Vu Pro Evolution. On 2007-04-14 I asked about the source code, and on 2007-04-23 I received a reply pointing at this URL. I see now that the file can also be downloaded (much &#8230;</li>
<li><a href="http://spiralbound.net/2007/08/13/moving-large-directories-on-solaris">Moving Large Directories on Solaris | spiralbound.net</a> &#8211; Moving Large Directories on Solaris. When moving or copying really really large directories on Solaris, you can sometimes run into trouble, especially when some of the files in those directories are larger than 8 Gigabytes. &#8230;</li>
<li><a href="http://systemsboy.com/2006/12/backing-up-with-rsyncx.html">Backing Up with RsyncX – The Adventures of Systems Boy!</a> &#8211; In an earlier post I talked generally about my backup procedure for large amounts of data. In the post I discussed using RsyncX to back up staff Work drives over a network, as well as my own personal Work drive data, to a spare hard drive. Today I&#8217;d like to get a bit more specific.</li>
<li><a href="http://fox21.at/linux-mount-iso-img-ntfs-smbfs-usb-umount.html">Linux mount | FOX21.at: Free Software, Freeware, Perl, PHP, MySQL &#8230;</a> &#8211; Linux, FS, FileSystem, Mount, mounten, Partition mounten, img, iso, iso9660, NTFS, Windows, Partition, Loop, SATA, Festplatte.</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=0afdb3a9-b298-440c-8379-aa2ccfd97a75" 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+command' rel='tag' target='_self'>linux command</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+mount' rel='tag' target='_self'>linux mount</a>, <a class='technorati-link' href='http://technorati.com/tag/linux+system+administration' rel='tag' target='_self'>linux system administration</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.sekolahlinux.com/linux-mount-quickie/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

