<?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 pbrun ksh &amp;amp; .profile in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862537#M96545</link>
    <description>Hi,&lt;BR /&gt;I have a couple of aliases in my .profile&lt;BR /&gt;when i login[ As regular user] they work fine , then after i do a pbrun ksh[ To get the root access] they get lost.&lt;BR /&gt;&lt;BR /&gt;Can you please give me a suggestion as to how to retain them.&lt;BR /&gt;&lt;BR /&gt;Because it is getting cumbersome to always type in all the aliases in new telnet window every time i logIn&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Nag&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Dec 2002 18:22:51 GMT</pubDate>
    <dc:creator>nagendra_3</dc:creator>
    <dc:date>2002-12-11T18:22:51Z</dc:date>
    <item>
      <title>pbrun ksh &amp; .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862537#M96545</link>
      <description>Hi,&lt;BR /&gt;I have a couple of aliases in my .profile&lt;BR /&gt;when i login[ As regular user] they work fine , then after i do a pbrun ksh[ To get the root access] they get lost.&lt;BR /&gt;&lt;BR /&gt;Can you please give me a suggestion as to how to retain them.&lt;BR /&gt;&lt;BR /&gt;Because it is getting cumbersome to always type in all the aliases in new telnet window every time i logIn&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Nag&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 18:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862537#M96545</guid>
      <dc:creator>nagendra_3</dc:creator>
      <dc:date>2002-12-11T18:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: pbrun ksh &amp; .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862538#M96546</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;You might want to specify your aliases in /etc/profile, so they are global for all &lt;BR /&gt;users.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;0leg</description>
      <pubDate>Wed, 11 Dec 2002 18:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862538#M96546</guid>
      <dc:creator>Oleg Zieaev_1</dc:creator>
      <dc:date>2002-12-11T18:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: pbrun ksh &amp; .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862539#M96547</link>
      <description>Thanks,But No&lt;BR /&gt;I cannot do that because that will applicable for all the user.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 18:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862539#M96547</guid>
      <dc:creator>nagendra_3</dc:creator>
      <dc:date>2002-12-11T18:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: pbrun ksh &amp; .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862540#M96548</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you don't want to put your 'alias'es in a .profile put them in any file of your choice so that you can source them when you want.  Assuming the $HOME/myaliases' contained them:&lt;BR /&gt;&lt;BR /&gt;. $HOME/myaliases&lt;BR /&gt;&lt;BR /&gt;Note the dot/space before the filename.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 11 Dec 2002 18:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862540#M96548</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-12-11T18:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: pbrun ksh &amp; .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862541#M96549</link>
      <description>Ok.&lt;BR /&gt;Did you try this:&lt;BR /&gt; With name specified without =value, print the specified alias.&lt;BR /&gt;&lt;BR /&gt;           With -t, set tracked aliases.  The value of a tracked alias is&lt;BR /&gt;           the full path name corresponding to the given name.  The value of&lt;BR /&gt;           a tracked alias becomes undefined when the value of PATH is&lt;BR /&gt;           reset, but the alias remains tracked.  With name=value omitted,&lt;BR /&gt;           print the list of tracked aliases in the form name=pathname on&lt;BR /&gt;           standard output.&lt;BR /&gt;&lt;BR /&gt;           With -x, set exported aliases.  An exported alias is defined&lt;BR /&gt;           across subshell environments.  With name=value omitted, print the&lt;BR /&gt;           list of exported aliases in the form name=value on standard&lt;BR /&gt;           output.&lt;BR /&gt;&lt;BR /&gt;           Alias returns true unless a name is given for which no alias has&lt;BR /&gt;           been defined.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;0leg</description>
      <pubDate>Wed, 11 Dec 2002 18:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862541#M96549</guid>
      <dc:creator>Oleg Zieaev_1</dc:creator>
      <dc:date>2002-12-11T18:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: pbrun ksh &amp; .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862542#M96550</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;One of the solutions available is described on :&lt;BR /&gt;&lt;A href="http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=54004&amp;amp;q=%22exported%20alias%22&amp;amp;fh" target="_blank"&gt;http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=54004&amp;amp;q=%22exported%20alias%22&amp;amp;fh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have a look. This might be of use for your case.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;0leg</description>
      <pubDate>Wed, 11 Dec 2002 19:24:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862542#M96550</guid>
      <dc:creator>Oleg Zieaev_1</dc:creator>
      <dc:date>2002-12-11T19:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: pbrun ksh &amp; .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862543#M96551</link>
      <description>Hi JRF,&lt;BR /&gt; . &lt;FILE&gt; it worked great.&lt;BR /&gt;&lt;BR /&gt;Earlier i tried it as&lt;BR /&gt;sh &lt;FILE&gt; &lt;BR /&gt;&lt;BR /&gt;Can you please let me know as to why it was not working[ in the case of sh filename]. I was just wondering what was the difference.&lt;BR /&gt;&lt;BR /&gt;thank you again.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;/FILE&gt;&lt;/FILE&gt;</description>
      <pubDate>Wed, 11 Dec 2002 20:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pbrun-ksh-amp-profile/m-p/2862543#M96551</guid>
      <dc:creator>nagendra_3</dc:creator>
      <dc:date>2002-12-11T20:53:01Z</dc:date>
    </item>
  </channel>
</rss>

