<?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: why i need not use export in  .profile,but must use export in .dtprofile? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406828#M201861</link>
    <description>Hello, &lt;BR /&gt;uncomment line DTSOURCEPROFILE=true in .dtprofile and will read also the .profile&lt;BR /&gt;edi</description>
    <pubDate>Tue, 26 Oct 2004 02:49:23 GMT</pubDate>
    <dc:creator>hermesplus</dc:creator>
    <dc:date>2004-10-26T02:49:23Z</dc:date>
    <item>
      <title>why i need not use export in  .profile,but must use export in .dtprofile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406823#M201856</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;i need not use export in .profile to set &lt;BR /&gt;:&lt;BR /&gt; HISTFILE=~/.sh_history&lt;BR /&gt;HISTSIZE=40&lt;BR /&gt;&lt;BR /&gt;but must use it in .dtprofile&lt;BR /&gt;to set these varaiables?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 04:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406823#M201856</guid>
      <dc:creator>常有慈悲心</dc:creator>
      <dc:date>2004-10-25T04:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: why i need not use export in  .profile,but must use export in .dtprofile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406824#M201857</link>
      <description>HISTFILE needs to be exported:&lt;BR /&gt;    HISTFILE=$HOME/.sh_history; export HISTFILE&lt;BR /&gt;&lt;BR /&gt;Check the user's $HOME/.profile as well as the /etc/profile.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 07:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406824#M201857</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-25T07:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: why i need not use export in  .profile,but must use export in .dtprofile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406825#M201858</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Every variable defined in .profile or profile has to be exported otherwise that will not be available for use in shell.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 25 Oct 2004 07:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406825#M201858</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-10-25T07:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: why i need not use export in  .profile,but must use export in .dtprofile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406826#M201859</link>
      <description>but i find i needn't use "export" command  in .profile,&lt;BR /&gt;it can work well.&lt;BR /&gt;why?&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 08:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406826#M201859</guid>
      <dc:creator>常有慈悲心</dc:creator>
      <dc:date>2004-10-25T08:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: why i need not use export in  .profile,but must use export in .dtprofile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406827#M201860</link>
      <description>IF you are going to CDE based login then,&lt;BR /&gt; &lt;BR /&gt; .profile and /etc/profile will not be executed.&lt;BR /&gt;&lt;BR /&gt;Environment variables related CDE login will be exported in .dtprofile so that particular environment variable will be used on shell usage.&lt;BR /&gt;&lt;BR /&gt;If you did not export environment variables, then it will be local to that script. It can not be accessed for all operations on current shell.&lt;BR /&gt;&lt;BR /&gt;If you are going to use non-CDE login then make settings of HISTFILE environment variables on /etc/profile ( come profile ) or .profile ( user's profile).&lt;BR /&gt;&lt;BR /&gt;HTH.</description>
      <pubDate>Mon, 25 Oct 2004 08:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406827#M201860</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-25T08:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: why i need not use export in  .profile,but must use export in .dtprofile?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406828#M201861</link>
      <description>Hello, &lt;BR /&gt;uncomment line DTSOURCEPROFILE=true in .dtprofile and will read also the .profile&lt;BR /&gt;edi</description>
      <pubDate>Tue, 26 Oct 2004 02:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-need-not-use-export-in-profile-but-must-use-export-in/m-p/3406828#M201861</guid>
      <dc:creator>hermesplus</dc:creator>
      <dc:date>2004-10-26T02:49:23Z</dc:date>
    </item>
  </channel>
</rss>

