<?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>csh | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/csh/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Wed, 26 May 2010 08:43:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Change User&#8217;s Shell Environment in FreeBSD</title>
		<link>https://logs.paulooi.com/how-to-change-users-shell-environment-in-freebsd.php</link>
					<comments>https://logs.paulooi.com/how-to-change-users-shell-environment-in-freebsd.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Wed, 26 May 2010 08:39:14 +0000</pubDate>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[csh]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[sh]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=982</guid>

					<description><![CDATA[<p>In FreeBSD, user&#8217;s default shell environment is either sh or csh and I have installed Bash in FreeBSD and would like to change user&#8217;s shell environment to Bash. To change user&#8217;s shell environment in FreeBSD. shell> chsh -s /usr/local/bin/bash userid...</p>
The post <a href="https://logs.paulooi.com/how-to-change-users-shell-environment-in-freebsd.php">How to Change User’s Shell Environment in FreeBSD</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>In FreeBSD, user&#8217;s default shell environment is either sh or csh and I have installed Bash in FreeBSD and would like to change user&#8217;s shell environment to Bash. </p>
<p>To <a href="https://logs.paulooi.com/2010/05/26/how-to-change-users-shell-environment-in-freebsd/">change user&#8217;s shell environment in FreeBSD</a>. </p>
<pre>
<code>
shell> chsh -s /usr/local/bin/bash userid
</code>
</pre>
<p>To change your shell environment in FreeBSD</p>
<pre>
<code>
shell> chsh -s /usr/local/bin/bash
</code>
</pre>The post <a href="https://logs.paulooi.com/how-to-change-users-shell-environment-in-freebsd.php">How to Change User’s Shell Environment in FreeBSD</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/how-to-change-users-shell-environment-in-freebsd.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
