<?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: Unix Shell Tips: Change Login Shell From Bash to Others</title>
	<atom:link href="http://www.thegeekstuff.com/2009/10/change-login-shell-from-bash-to-sh-csh-ksh-tcsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/10/change-login-shell-from-bash-to-sh-csh-ksh-tcsh/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ben</title>
		<link>http://www.thegeekstuff.com/2009/10/change-login-shell-from-bash-to-sh-csh-ksh-tcsh/comment-page-1/#comment-128713</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Fri, 23 Sep 2011 22:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2216#comment-128713</guid>
		<description>echo $SHELL
is login
echo $0
is current</description>
		<content:encoded><![CDATA[<p>echo $SHELL<br />
is login<br />
echo $0<br />
is current</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chetan</title>
		<link>http://www.thegeekstuff.com/2009/10/change-login-shell-from-bash-to-sh-csh-ksh-tcsh/comment-page-1/#comment-127949</link>
		<dc:creator>chetan</dc:creator>
		<pubDate>Sun, 18 Sep 2011 16:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2216#comment-127949</guid>
		<description>pls give ans how can know login shell?</description>
		<content:encoded><![CDATA[<p>pls give ans how can know login shell?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.thegeekstuff.com/2009/10/change-login-shell-from-bash-to-sh-csh-ksh-tcsh/comment-page-1/#comment-28969</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sun, 10 Jan 2010 15:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2216#comment-28969</guid>
		<description>Is there a way to replace the current shell with sh (bourne) AND execute .profile (or some other file)?   ksh can do this with the cmd &#039;exec ksh&#039; if the ENV variable is set.  The current shell is replaced with ksh and the file specified by ENV is run.  I&#039;m hoping to do the reverse (exec sh and have a script file run).</description>
		<content:encoded><![CDATA[<p>Is there a way to replace the current shell with sh (bourne) AND execute .profile (or some other file)?   ksh can do this with the cmd &#8216;exec ksh&#8217; if the ENV variable is set.  The current shell is replaced with ksh and the file specified by ENV is run.  I&#8217;m hoping to do the reverse (exec sh and have a script file run).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Destillat KW42-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</title>
		<link>http://www.thegeekstuff.com/2009/10/change-login-shell-from-bash-to-sh-csh-ksh-tcsh/comment-page-1/#comment-19609</link>
		<dc:creator>Destillat KW42-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</dc:creator>
		<pubDate>Fri, 16 Oct 2009 09:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2216#comment-19609</guid>
		<description>[...] Unix Shell Tips: Change Login Shell From Bash to Others [...]</description>
		<content:encoded><![CDATA[<p>[...] Unix Shell Tips: Change Login Shell From Bash to Others [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.thegeekstuff.com/2009/10/change-login-shell-from-bash-to-sh-csh-ksh-tcsh/comment-page-1/#comment-19054</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 09 Oct 2009 22:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2216#comment-19054</guid>
		<description>Why do you use debian/ubuntu specific commands in an article named Unix shell tips? Is there an aptitude port for unix? Can you use that on freebsd? Or maybe type apt-get on an Irix system?</description>
		<content:encoded><![CDATA[<p>Why do you use debian/ubuntu specific commands in an article named Unix shell tips? Is there an aptitude port for unix? Can you use that on freebsd? Or maybe type apt-get on an Irix system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phaniraj</title>
		<link>http://www.thegeekstuff.com/2009/10/change-login-shell-from-bash-to-sh-csh-ksh-tcsh/comment-page-1/#comment-19001</link>
		<dc:creator>Phaniraj</dc:creator>
		<pubDate>Fri, 09 Oct 2009 08:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2216#comment-19001</guid>
		<description>To get list of shells supported.

chsh -l
/bin/sh
/bin/bash
/sbin/nologin
/bin/zsh</description>
		<content:encoded><![CDATA[<p>To get list of shells supported.</p>
<p>chsh -l<br />
/bin/sh<br />
/bin/bash<br />
/sbin/nologin<br />
/bin/zsh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NetSpider</title>
		<link>http://www.thegeekstuff.com/2009/10/change-login-shell-from-bash-to-sh-csh-ksh-tcsh/comment-page-1/#comment-18997</link>
		<dc:creator>NetSpider</dc:creator>
		<pubDate>Fri, 09 Oct 2009 06:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2216#comment-18997</guid>
		<description>actually &quot;exec&quot; is not necessary to change your shell (run new one).

/bin/sh
or
/bin/tcsh
or something else to run a new shell.
hit ^D to close new shell and return to old shell.

tcsh on FreeBSD:
~ ~&gt; echo $0
-csh
~ ~&gt; echo $SHELL
/bin/csh</description>
		<content:encoded><![CDATA[<p>actually &#8220;exec&#8221; is not necessary to change your shell (run new one).</p>
<p>/bin/sh<br />
or<br />
/bin/tcsh<br />
or something else to run a new shell.<br />
hit ^D to close new shell and return to old shell.</p>
<p>tcsh on FreeBSD:<br />
~ ~&gt; echo $0<br />
-csh<br />
~ ~&gt; echo $SHELL<br />
/bin/csh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 13:15:48 -->
