<?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>Frequently Asked Questions About Linux / UNIX &#187; set PATH</title> <atom:link href="http://www.cyberciti.biz/faq/tag/set-path/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>FreeBSD csh / tcsh: Export Shell Variable</title><link>http://www.cyberciti.biz/faq/freebsd-how-to-export-shell-variable/</link> <comments>http://www.cyberciti.biz/faq/freebsd-how-to-export-shell-variable/#comments</comments> <pubDate>Tue, 02 Sep 2008 09:52:44 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux / UNIX File Formats]]></category> <category><![CDATA[Solaris-Unix]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[berkeley unix]]></category> <category><![CDATA[command language interpreter]]></category> <category><![CDATA[command processor]]></category> <category><![CDATA[environment variables]]></category> <category><![CDATA[login shell]]></category> <category><![CDATA[set PATH]]></category> <category><![CDATA[setenv command]]></category> <category><![CDATA[shell script]]></category> <category><![CDATA[shell variable]]></category> <category><![CDATA[tcsh shell]]></category> <category><![CDATA[unix c shell]]></category> <category><![CDATA[variables type]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1619</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/freebsd/' title='See all FreeBSD related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/freebsd_logo_sm.png' border='0' /></a></div> <span
style='color: rgb(255, 0, 0);'>Q.</span> I'm using FreeBSD 7 with csh (tcsh) shell. How do I export shell variable under FreeBSD operating systems?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/freebsd-how-to-export-shell-variable/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>FreeBSD Display Environment Settings</title><link>http://www.cyberciti.biz/faq/freebsd-setenv-command/</link> <comments>http://www.cyberciti.biz/faq/freebsd-setenv-command/#comments</comments> <pubDate>Mon, 17 Mar 2008 19:06:40 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[echo command]]></category> <category><![CDATA[env command]]></category> <category><![CDATA[environment settings]]></category> <category><![CDATA[environment variables]]></category> <category><![CDATA[passive mode]]></category> <category><![CDATA[set command]]></category> <category><![CDATA[set EDITOR]]></category> <category><![CDATA[set PATH]]></category> <category><![CDATA[setenv command]]></category> <category><![CDATA[shell environment]]></category> <category><![CDATA[value option]]></category> <category><![CDATA[variable name]]></category> <category><![CDATA[variable value]]></category> <category><![CDATA[~/.chsrc]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/freebsd-setenv-command/</guid> <description><![CDATA[Q. How do I display shell environment settings under FreeBSD operating systems? A. Use the env utility to print or modify environment settings. It executes another utility after modifying the environment as specified on the command line. Each name=value option specifies the setting of an environment variable, name, with a value of value. All such [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/freebsd-setenv-command/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>UNIX / Linux: Set your PATH Variable using set or export command</title><link>http://www.cyberciti.biz/faq/unix-linux-adding-path/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-adding-path/#comments</comments> <pubDate>Wed, 13 Feb 2008 13:13:58 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[HP-UX Unix]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bashrc]]></category> <category><![CDATA[csh shell]]></category> <category><![CDATA[cshrc]]></category> <category><![CDATA[echo]]></category> <category><![CDATA[export command]]></category> <category><![CDATA[export path]]></category> <category><![CDATA[export PATH=$PATH:$JAVA_HOME/bin]]></category> <category><![CDATA[path path]]></category> <category><![CDATA[path settings]]></category> <category><![CDATA[set command]]></category> <category><![CDATA[set PATH]]></category> <category><![CDATA[shell path command]]></category> <category><![CDATA[tcsh shell]]></category> <category><![CDATA[unix operating system]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1404</guid> <description><![CDATA[Q. How do I add new path to PATH variable under Linux and UNIX operating system? A. The syntax for setting path under UNIX / Linux dependent on which shell you are using. BASH / SH shell uses following syntax: export PATH=$PATH:/path/to/dir1:/path/to/dir2 For tcsh or csh, shell enter: set PATH = ($PATH /path/to/dir1 /path/to/dir2) You [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-adding-path/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>How to Set JAVA_HOME / PATH variables Under Linux Bash Profile</title><link>http://www.cyberciti.biz/faq/linux-unix-set-java_home-path-variable/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-set-java_home-path-variable/#comments</comments> <pubDate>Wed, 10 Oct 2007 07:37:39 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[BASH Shell]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Package management]]></category> <category><![CDATA[Solaris-Unix]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[export command]]></category> <category><![CDATA[export path]]></category> <category><![CDATA[java executable]]></category> <category><![CDATA[java home variable]]></category> <category><![CDATA[java jdk1]]></category> <category><![CDATA[linux system]]></category> <category><![CDATA[path variable]]></category> <category><![CDATA[path variables]]></category> <category><![CDATA[set environment variables]]></category> <category><![CDATA[set PATH]]></category> <category><![CDATA[startup script]]></category> <category><![CDATA[vi command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/how-to-set-java_home-path-variables-under-linux-bash-profile/</guid> <description><![CDATA[Q. I just need a help to show me how to setup java path on Linux. How can I set JAVA_HOME and PATH variables for every user under my Linux system? A. ~/.bash_profile is a startup script which generally runs once. This particular file is used for commands which run when the normal user logs [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-unix-set-java_home-path-variable/feed/</wfw:commentRss> <slash:comments>53</slash:comments> </item> </channel> </rss>
