<?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>Sean&#039;s Blog &#187; shell</title>
	<atom:link href="http://seanbehan.com/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanbehan.com</link>
	<description>Web Programming, Ruby on Rails, Wordpress, PHP from Burlington, Vermont</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:10:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Get Your User&#039;s SHELL and PATH Information</title>
		<link>http://seanbehan.com/linux/how-to-get-your-users-shell-and-path-information/</link>
		<comments>http://seanbehan.com/linux/how-to-get-your-users-shell-and-path-information/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 03:48:22 +0000</pubDate>
		<dc:creator>bseanvt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://seanbehan.com/?p=433</guid>
		<description><![CDATA[How to find your user SHELL and PATH on Linux echo $PATH echo $SHELL Which will print the paths to the screen /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games /bin/bash]]></description>
			<content:encoded><![CDATA[<p>How to find your user SHELL and PATH on Linux</p>
<pre>
echo $PATH
echo $SHELL
</pre>
<p>Which will print the paths to the screen</p>
<pre>
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
/bin/bash
</pre>
]]></content:encoded>
			<wfw:commentRss>http://seanbehan.com/linux/how-to-get-your-users-shell-and-path-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
