<?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>EmbLogic &#187; sushmil</title>
	<atom:link href="https://www.emblogic.com/blog/author/sushmil-sahai/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>about proc</title>
		<link>https://www.emblogic.com/blog/03/about-proc/</link>
		<comments>https://www.emblogic.com/blog/03/about-proc/#comments</comments>
		<pubDate>Sun, 30 Mar 2014 04:17:58 +0000</pubDate>
		<dc:creator><![CDATA[sushmil]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=9590</guid>
		<description><![CDATA[Proc is sometimes referred to as a process information pseudo-file system. It doesn&#8217;t contain &#8216;real&#8217; files but runtime system information (e.g. system memory, devices mounted, hardware configuration, etc). For this reason it can be regarded as a control and information &#8230; <a href="https://www.emblogic.com/blog/03/about-proc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p> Proc is sometimes referred to as a process information pseudo-file system. It doesn&#8217;t contain &#8216;real&#8217; files but runtime system information (e.g. system memory, devices mounted, hardware configuration, etc). For this reason it can be regarded as a control and information centre for the kernel. In fact, quite a lot of system utilities are simply calls to files in this directory. For example, &#8216;lsmod&#8217; is the same as &#8216;cat /proc/modules&#8217; while &#8216;lspci&#8217; is a synonym for &#8216;cat /proc/pci&#8217;. By altering files located in this directory you can even read/change kernel parameters (sysctl) while the system is running. some of its common commands and their function are given as below:-</p>
<p>proc/PID/cmdline<br />
Command line arguments.</p>
<p>/proc/PID/cpu<br />
Current and last cpu in which it was executed.</p>
<p>/proc/PID/cwd<br />
Link to the current working directory.</p>
<p>/proc/PID/environ<br />
Values of environment variables.</p>
<p>/proc/PID/exe<br />
Link to the executable of this process.</p>
<p>/proc/PID/fd<br />
Directory, which contains all file descriptors.</p>
<p>/proc/PID/maps<br />
Memory maps to executables and library files.</p>
<p>/proc/PID/mem<br />
Memory held by this process.</p>
<p>/proc/PID/root<br />
Link to the root directory of this process.</p>
<p>/proc/PID/stat<br />
Process status.</p>
<p>/proc/PID/statm<br />
Process memory status information.</p>
<p>/proc/PID/status<br />
Process status in human readable form.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/03/about-proc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ftp server</title>
		<link>https://www.emblogic.com/blog/06/ftp-server-3/</link>
		<comments>https://www.emblogic.com/blog/06/ftp-server-3/#comments</comments>
		<pubDate>Mon, 24 Jun 2013 07:18:27 +0000</pubDate>
		<dc:creator><![CDATA[sushmil]]></dc:creator>
				<category><![CDATA[Project 00: Linux System / Network Administration]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6571</guid>
		<description><![CDATA[its done now&#8230;]]></description>
				<content:encoded><![CDATA[<p>its done now&#8230; <img src="https://www.emblogic.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley" /> </p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/06/ftp-server-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ftp server</title>
		<link>https://www.emblogic.com/blog/06/ftp-server-2/</link>
		<comments>https://www.emblogic.com/blog/06/ftp-server-2/#comments</comments>
		<pubDate>Fri, 21 Jun 2013 11:52:08 +0000</pubDate>
		<dc:creator><![CDATA[sushmil]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=6567</guid>
		<description><![CDATA[was anybody successful in transfering file from one server to client in e new batch???]]></description>
				<content:encoded><![CDATA[<p>was anybody successful in transfering file from one server to client in e new batch???</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/06/ftp-server-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
