<?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; boot</title>
	<atom:link href="https://www.emblogic.com/blog/tag/boot/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>Linux Run Levels</title>
		<link>https://www.emblogic.com/blog/02/linux-run-levels/</link>
		<comments>https://www.emblogic.com/blog/02/linux-run-levels/#comments</comments>
		<pubDate>Tue, 02 Feb 2016 12:36:51 +0000</pubDate>
		<dc:creator><![CDATA[Ankur Garg]]></dc:creator>
				<category><![CDATA[Shell Scripts]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[run level]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=13216</guid>
		<description><![CDATA[Linux Run Levels ================ Run Level    Description 0                    Halt 1                     Single-User mode 2                    Multi-user mode, usually &#8230; <a href="https://www.emblogic.com/blog/02/linux-run-levels/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Linux Run Levels<br />
================<br />
Run Level    Description<br />
0                    Halt<br />
1                     Single-User mode<br />
2                    Multi-user mode, usually without networking support<br />
3                    Full multi-user mode with networking<br />
4                    Unused<br />
5                    Multiuser mode with networking and a graphical X window Session<br />
6                    Reboot</p>
<p>- To change run level use init command</p>
<p>init run_level<br />
- Most normal is run level 5 for graphical linux system.<br />
- Level 1 is used for troubleshooting or emergency purpose.<br />
- Most linux softwares start the network softwares at run level 3.<br />
- What aplications work at Run level is determined by system by RC script.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/02/linux-run-levels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boot process of linux</title>
		<link>https://www.emblogic.com/blog/02/boot-process-of-linux/</link>
		<comments>https://www.emblogic.com/blog/02/boot-process-of-linux/#comments</comments>
		<pubDate>Tue, 02 Feb 2016 12:27:09 +0000</pubDate>
		<dc:creator><![CDATA[Ankur Garg]]></dc:creator>
				<category><![CDATA[Shell Scripts]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=13214</guid>
		<description><![CDATA[The boot process of linux ========================= - After you turn on your Linux System, linux kernel loads into memory and runs. - Firstly, it runs the init process. - init program is usually located at /sbin/init. - init process has &#8230; <a href="https://www.emblogic.com/blog/02/boot-process-of-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>The boot process of linux<br />
=========================<br />
- After you turn on your Linux System, linux kernel loads into memory and runs.<br />
- Firstly, it runs the init process.<br />
- init program is usually located at /sbin/init.<br />
- init process has PID 1.<br />
- The init process then starts all other processes.<br />
- The init process reads the /etc/inittab file during boot (This is outdated now).</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/02/boot-process-of-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
