<?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: ls command</title>
	<atom:link href="https://www.emblogic.com/blog/04/ls-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/04/ls-command/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: pushpa</title>
		<link>https://www.emblogic.com/blog/04/ls-command/#comment-764</link>
		<dc:creator><![CDATA[pushpa]]></dc:creator>
		<pubDate>Mon, 14 May 2012 10:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2468#comment-764</guid>
		<description><![CDATA[view &quot;strace ls&quot; command to check what all system calls has been called due to ls command.It first exec the shell &amp; then through multiple open read &amp; mmap it fetches the information from the hard disk via system calls &amp; provide the list back to user shell.]]></description>
		<content:encoded><![CDATA[<p>view &#8220;strace ls&#8221; command to check what all system calls has been called due to ls command.It first exec the shell &amp; then through multiple open read &amp; mmap it fetches the information from the hard disk via system calls &amp; provide the list back to user shell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M.Siddarth</title>
		<link>https://www.emblogic.com/blog/04/ls-command/#comment-719</link>
		<dc:creator><![CDATA[M.Siddarth]]></dc:creator>
		<pubDate>Sun, 22 Apr 2012 11:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2468#comment-719</guid>
		<description><![CDATA[Actually, when ls command is executed then at that time which are the system calls are executed?]]></description>
		<content:encoded><![CDATA[<p>Actually, when ls command is executed then at that time which are the system calls are executed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>https://www.emblogic.com/blog/04/ls-command/#comment-714</link>
		<dc:creator><![CDATA[Manoj]]></dc:creator>
		<pubDate>Thu, 19 Apr 2012 12:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2468#comment-714</guid>
		<description><![CDATA[Each command is stored in one of the PAth... that u see by $PATH command.
you can write your own script.. and put that in one of these paths..
that script will work as a command]]></description>
		<content:encoded><![CDATA[<p>Each command is stored in one of the PAth&#8230; that u see by $PATH command.<br />
you can write your own script.. and put that in one of these paths..<br />
that script will work as a command</p>
]]></content:encoded>
	</item>
</channel>
</rss>
