<?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: HP-UX Prompt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839431#M779481</link>
    <description>To make the change permanent, change the PS1=... line in the user's .profile to read:&lt;BR /&gt;&lt;BR /&gt;PS1="$(hostname) # "&lt;BR /&gt;&lt;BR /&gt;PCS</description>
    <pubDate>Tue, 08 Aug 2006 10:35:08 GMT</pubDate>
    <dc:creator>spex</dc:creator>
    <dc:date>2006-08-08T10:35:08Z</dc:date>
    <item>
      <title>HP-UX Prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839428#M779478</link>
      <description>Good morning and please forgive my ignorance.  I am new to UNIX.  I just installed a refurbished RX1600 with HP-UX 11iv2 that we will be using to test and play with UNIX.  I have got it configured and it connects to the network fine.  However,  I would like the prompt to display the servers name instead of the # prompt.  Can I do this via SAM or do I have to modify a file?  Thanks.</description>
      <pubDate>Tue, 08 Aug 2006 10:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839428#M779478</guid>
      <dc:creator>Nelson Laracuente</dc:creator>
      <dc:date>2006-08-08T10:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839429#M779479</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# export PS1="$(hostname) # "&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 08 Aug 2006 10:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839429#M779479</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-08T10:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839430#M779480</link>
      <description>Nelson,&lt;BR /&gt;keep an eye on thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1049670" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1049670&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Solution is there.&lt;BR /&gt;&lt;BR /&gt;Welcome to UNIX !</description>
      <pubDate>Tue, 08 Aug 2006 10:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839430#M779480</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-08-08T10:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839431#M779481</link>
      <description>To make the change permanent, change the PS1=... line in the user's .profile to read:&lt;BR /&gt;&lt;BR /&gt;PS1="$(hostname) # "&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 08 Aug 2006 10:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839431#M779481</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-08T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839432#M779482</link>
      <description>&lt;BR /&gt;Place the following line in your .profile (just your id uses it)&lt;BR /&gt;&lt;BR /&gt;export PS1=`uname -n`:'$PWD`# '&lt;BR /&gt;&lt;BR /&gt;also&lt;BR /&gt;&lt;BR /&gt;export HISTFILE=/root/.sh_history&lt;BR /&gt;(assumes root home directory is /root)</description>
      <pubDate>Tue, 08 Aug 2006 10:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839432#M779482</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-08-08T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839433#M779483</link>
      <description>@PCS&lt;BR /&gt;&lt;BR /&gt;You forgot to say&lt;BR /&gt;'export PS1'&lt;BR /&gt;in .profile after setting it with PS1=...&lt;BR /&gt;&lt;BR /&gt;Nelson,&lt;BR /&gt;&lt;BR /&gt;note that the file to edit changes if you change the login shell (for ex. to csh).&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Aug 2006 10:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839433#M779483</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-08-08T10:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839434#M779484</link>
      <description>Thank you everyone and have an awesome day!!!</description>
      <pubDate>Tue, 08 Aug 2006 10:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839434#M779484</guid>
      <dc:creator>Nelson Laracuente</dc:creator>
      <dc:date>2006-08-08T10:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839435#M779485</link>
      <description>Volkmar,&lt;BR /&gt;&lt;BR /&gt;By default, "export PS1" exists in ~/.profile, so there is no need to mention it.&lt;BR /&gt;&lt;BR /&gt;Also, Nelson stated that his prompt is #.  If he were using csh, the prompt would most likely have been %.  And more than the file to edit changing under csh, the syntax of the command changes as well.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 08 Aug 2006 10:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839435#M779485</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-08T10:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX Prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839436#M779486</link>
      <description>PCS - I can't see a default export - maybe 11iv2 is different to my 11iv1.&lt;BR /&gt;And of course changes many if you change the shell ...&lt;BR /&gt;&lt;BR /&gt;Sorry Nelson, no more chat now :-)</description>
      <pubDate>Tue, 08 Aug 2006 10:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-prompt/m-p/3839436#M779486</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-08-08T10:59:05Z</dc:date>
    </item>
  </channel>
</rss>

