<?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: hide password of other info via shell script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434040#M768077</link>
    <description>echo off and echo on is going to do the job.</description>
    <pubDate>Tue, 01 Aug 2000 17:30:05 GMT</pubDate>
    <dc:creator>Antoanetta Naghiu</dc:creator>
    <dc:date>2000-08-01T17:30:05Z</dc:date>
    <item>
      <title>hide password of other info via shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434039#M768076</link>
      <description>I have a shell script the prompts the user for some information via the read command that I do not want to be displayed. The terminal type is vt200.&lt;BR /&gt;Is there a string that can be written to the terminal to turn display off and another to be turn the display back on?&lt;BR /&gt;It would be like echo off and echo on?&lt;BR /&gt;TIA</description>
      <pubDate>Tue, 01 Aug 2000 17:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434039#M768076</guid>
      <dc:creator>eric stewart</dc:creator>
      <dc:date>2000-08-01T17:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: hide password of other info via shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434040#M768077</link>
      <description>echo off and echo on is going to do the job.</description>
      <pubDate>Tue, 01 Aug 2000 17:30:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434040#M768077</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-01T17:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: hide password of other info via shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434041#M768078</link>
      <description>You want something like:&lt;BR /&gt;&lt;BR /&gt;echo "Enter password:"&lt;BR /&gt;stty -echo&lt;BR /&gt;read PASSWORD&lt;BR /&gt;stty echo</description>
      <pubDate>Tue, 01 Aug 2000 17:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434041#M768078</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-08-01T17:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: hide password of other info via shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434042#M768079</link>
      <description>Thanks Alan works great</description>
      <pubDate>Tue, 01 Aug 2000 18:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434042#M768079</guid>
      <dc:creator>eric stewart</dc:creator>
      <dc:date>2000-08-01T18:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: hide password of other info via shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434043#M768080</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;just an additional feature to Alans reply:&lt;BR /&gt;Within the script add the line:&lt;BR /&gt;trap "stty echo" 2 3 15&lt;BR /&gt;This ensures that if a user interrupts the script or get a termination signal at the read statement it will turn on echo back.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 02 Aug 2000 07:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-password-of-other-info-via-shell-script/m-p/2434043#M768080</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-08-02T07:41:05Z</dc:date>
    </item>
  </channel>
</rss>

