<?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: Refresh .profile in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256012#M678307</link>
    <description>Hi Ram,&lt;BR /&gt;&lt;BR /&gt;As per my understanding, you are asking about this command.&lt;BR /&gt;&lt;BR /&gt;$. ./.profile&lt;BR /&gt;&lt;BR /&gt;Dot space dot slash dot profile&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;the best way is logout and login again. It will load with latest changes done by you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90011/profile.4.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90011/profile.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
    <pubDate>Sat, 23 Aug 2008 05:11:23 GMT</pubDate>
    <dc:creator>Asif Sharif</dc:creator>
    <dc:date>2008-08-23T05:11:23Z</dc:date>
    <item>
      <title>Refresh .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256007#M678302</link>
      <description>Hi,&lt;BR /&gt;How to refresh the .profile for one user?&lt;BR /&gt;&lt;BR /&gt;I am new to Unix system admin, Guide me which book or docs I can refer to know all system admin part.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Ram.</description>
      <pubDate>Thu, 21 Aug 2008 16:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256007#M678302</guid>
      <dc:creator>mrk_1</dc:creator>
      <dc:date>2008-08-21T16:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256008#M678303</link>
      <description>What do you mean "refresh the .profile for one user"?  How do you want to refresh it?&lt;BR /&gt;&lt;BR /&gt;The .profile is a plain text file so it can be edited with vi.</description>
      <pubDate>Thu, 21 Aug 2008 17:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256008#M678303</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-08-21T17:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256009#M678304</link>
      <description>Hi Ram:&lt;BR /&gt;&lt;BR /&gt;If I understand your objective, copy '/usr/newconfig/etc/skel/.profile' as the user's profile; chown it to the user and modify what you need again.&lt;BR /&gt;&lt;BR /&gt;Books and documents?  The manpages and (to start):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/index.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 21 Aug 2008 17:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256009#M678304</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-21T17:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256010#M678305</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I exported one environment variable for one user. I thought, need to refresh the .profile to reflect the change. Sorry for the confusion. Hope It will take the variable once I export it.&lt;BR /&gt;&lt;BR /&gt;Thank you Patrik and James.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Ram.</description>
      <pubDate>Thu, 21 Aug 2008 17:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256010#M678305</guid>
      <dc:creator>mrk_1</dc:creator>
      <dc:date>2008-08-21T17:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256011#M678306</link>
      <description>If by refresh you mean reload the .profile after modifying it, the safest method is to logout and login again. You can also source it or "dot it" by running ". .profile" (note the first dot and sopace) but with this method only deleted variables do not get null-ed, they are still set.</description>
      <pubDate>Thu, 21 Aug 2008 17:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256011#M678306</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-08-21T17:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256012#M678307</link>
      <description>Hi Ram,&lt;BR /&gt;&lt;BR /&gt;As per my understanding, you are asking about this command.&lt;BR /&gt;&lt;BR /&gt;$. ./.profile&lt;BR /&gt;&lt;BR /&gt;Dot space dot slash dot profile&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;the best way is logout and login again. It will load with latest changes done by you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90011/profile.4.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90011/profile.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Sat, 23 Aug 2008 05:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256012#M678307</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-08-23T05:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256013#M678308</link>
      <description>&lt;USERLOGIN&gt;$cd&lt;BR /&gt;&lt;USERLOGIN&gt;$. ./.profile&lt;BR /&gt;&lt;/USERLOGIN&gt;&lt;/USERLOGIN&gt;</description>
      <pubDate>Sat, 23 Aug 2008 08:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256013#M678308</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-23T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256014#M678309</link>
      <description>&lt;!--!*#--&gt;Perhaps:&lt;BR /&gt;&lt;BR /&gt;.   ~/.profile&lt;BR /&gt;&lt;BR /&gt;There's no need to do "cd", but without doing&lt;BR /&gt;it, "./.profile" (which is exactly equivalent&lt;BR /&gt;to ".profile") may not work.&lt;BR /&gt;&lt;BR /&gt;The "./" in "./file_name" is useful if you're&lt;BR /&gt;using it as a command (the first token on the&lt;BR /&gt;command line), but it's pointless in&lt;BR /&gt;".   ./file_name".&lt;BR /&gt;&lt;BR /&gt;Sometimes it's helpful to think about what&lt;BR /&gt;the shell does with a command, rather than&lt;BR /&gt;throwing in every good idea from every&lt;BR /&gt;context, whether or not it makes any sense&lt;BR /&gt;in the current situation.</description>
      <pubDate>Sun, 24 Aug 2008 02:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256014#M678309</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-24T02:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256015#M678310</link>
      <description>&amp;gt;Steven: Perhaps: . ~/.profile&lt;BR /&gt;&lt;BR /&gt;Correct.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The "./" in "./file_name" is useful if you're using it as a command, but it's pointless in ". ./file_name".&lt;BR /&gt;&lt;BR /&gt;Quite the contrary, a real shell (ksh(1) and sh-posix(1)) says PATH is used, so all root users must use ./ for sourcing too.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;rather than throwing in every good idea from every context&lt;BR /&gt;&lt;BR /&gt;Sometimes the good ideas are mandatory since the same design was used.  :-)</description>
      <pubDate>Sun, 24 Aug 2008 05:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/refresh-profile/m-p/4256015#M678310</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-24T05:43:23Z</dc:date>
    </item>
  </channel>
</rss>

