<?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>Kurinchi Blogger Scribbles ... &#187; default shell</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/default-shell/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Linux: How to set the default shell?</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/06/linux-how-to-set-the-default-shell.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/06/linux-how-to-set-the-default-shell.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 00:16:05 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[LINUX]]></category>
		<category><![CDATA[default shell]]></category>
		<category><![CDATA[linux default shell]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=455</guid>
		<description><![CDATA[How to set the default shell? If you want to set a shell as a the default for all users you can set the SHELL variable $ sudo vi ~/.bashrc export SHELL=/bin/bash To change the default shell for a specific user you can either use the following command $ usermod -s /path/to/shell user_a or, set [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to set the default shell?</strong></p>
<p>If you want to set a shell as a the default for all users you can set the SHELL variable</p>
<p><strong>$ sudo vi ~/.bashrc</strong></p>
<p><strong>export SHELL=/bin/bash </strong></p>
<p>To change the default shell for a specific user you can either use the following command<br />
<strong>$ usermod -s /path/to/shell user_a</strong></p>
<p>or, set the shell in the <strong>/etc/pas</strong>swd file by changing the last column which represents the default shell for that user</p>
<p><strong>user_a:x:1001:1001::/home/user_a:/bin/sh</strong></p>
<p>Read more about the <a href="http://www.freeos.com/guides/lsst/ch01sec07.html">Linux shell</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/06/linux-how-to-set-the-default-shell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

