<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: profile in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996730#M296641</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Doe a man on 'ksh', it should details most if not all the possible evironment variables for .profile.&lt;BR /&gt;&lt;BR /&gt;Keep in mind if you're using .profile for Bourne shell, it'll be a subset of it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jov</description>
    <pubDate>Wed, 09 May 2007 13:25:29 GMT</pubDate>
    <dc:creator>Jov</dc:creator>
    <dc:date>2007-05-09T13:25:29Z</dc:date>
    <item>
      <title>profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996725#M296636</link>
      <description>what are main variables for being located into .profile file?&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Wed, 09 May 2007 08:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996725#M296636</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2007-05-09T08:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996726#M296637</link>
      <description>Manuales,&lt;BR /&gt;&lt;BR /&gt;It looks like it's totally up to your needs:&lt;BR /&gt;&lt;BR /&gt;".profile files are useful for setting various environment parameters, setting terminal modes, or overriding some or all of the results of executing /etc/profile"&lt;BR /&gt;&lt;BR /&gt;For more info and example of file please take a look at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/profile.4.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/profile.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 09 May 2007 08:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996726#M296637</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-05-09T08:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996727#M296638</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;For our Oracle Environments, we consider the following important:&lt;BR /&gt;&lt;BR /&gt;PATH&lt;BR /&gt;TMP&lt;BR /&gt;TMPDIR&lt;BR /&gt;ORACLE_HOME&lt;BR /&gt;ORACLE_SID&lt;BR /&gt;LD_LIBRARY_PATH&lt;BR /&gt;DISPLAY&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 09 May 2007 08:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996727#M296638</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-05-09T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996728#M296639</link>
      <description>The .profile file should contain only things that need to be set differently for indiviual users.  This should be very little if any. &lt;BR /&gt;&lt;BR /&gt;Everything else should go into /etc/profile so that you have a common base.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 09 May 2007 08:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996728#M296639</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-05-09T08:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996729#M296640</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;You can populate your '.profile' with whatever variables are appropriate to you environment.&lt;BR /&gt;&lt;BR /&gt;However, instead of adding them directly therein, I prefer to source a separate file containing them.  In that way, _any_ script that needs the custom environmental variables can also source (read) the file _without_ having to source the '.profile'.  This eliminates having to conditionally exclude the 'stty' handling for non-interactive uses.  &lt;BR /&gt;&lt;BR /&gt;As the end of the profile, simply do:&lt;BR /&gt;&lt;BR /&gt;. ${HOME}/myenv&lt;BR /&gt;&lt;BR /&gt;That is a dot ("." followd by a whitespace (space or tab), followed by the name of the file that contains the environmental variables you want to declare.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 May 2007 08:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996729#M296640</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-05-09T08:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996730#M296641</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Doe a man on 'ksh', it should details most if not all the possible evironment variables for .profile.&lt;BR /&gt;&lt;BR /&gt;Keep in mind if you're using .profile for Bourne shell, it'll be a subset of it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jov</description>
      <pubDate>Wed, 09 May 2007 13:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/3996730#M296641</guid>
      <dc:creator>Jov</dc:creator>
      <dc:date>2007-05-09T13:25:29Z</dc:date>
    </item>
  </channel>
</rss>

