<?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 How to execute command after script /dev/tty in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-execute-command-after-script-dev-tty/m-p/2968040#M752792</link>
    <description>I want monitor one session from user, and I need put in user .profile&lt;BR /&gt;&lt;BR /&gt;script /dev/ttyxx&lt;BR /&gt;myprog&lt;BR /&gt;&lt;BR /&gt;But myprog is only execute after execute exit.&lt;BR /&gt;&lt;BR /&gt;How I can figure out this?&lt;BR /&gt;I??d apreciate any help&lt;BR /&gt;&lt;BR /&gt;Carlos R. Schimidt</description>
    <pubDate>Wed, 07 May 2003 23:24:12 GMT</pubDate>
    <dc:creator>Carlos Roberto Schimidt</dc:creator>
    <dc:date>2003-05-07T23:24:12Z</dc:date>
    <item>
      <title>How to execute command after script /dev/tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-execute-command-after-script-dev-tty/m-p/2968040#M752792</link>
      <description>I want monitor one session from user, and I need put in user .profile&lt;BR /&gt;&lt;BR /&gt;script /dev/ttyxx&lt;BR /&gt;myprog&lt;BR /&gt;&lt;BR /&gt;But myprog is only execute after execute exit.&lt;BR /&gt;&lt;BR /&gt;How I can figure out this?&lt;BR /&gt;I??d apreciate any help&lt;BR /&gt;&lt;BR /&gt;Carlos R. Schimidt</description>
      <pubDate>Wed, 07 May 2003 23:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-execute-command-after-script-dev-tty/m-p/2968040#M752792</guid>
      <dc:creator>Carlos Roberto Schimidt</dc:creator>
      <dc:date>2003-05-07T23:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute command after script /dev/tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-execute-command-after-script-dev-tty/m-p/2968041#M752793</link>
      <description>Hi carlos,&lt;BR /&gt;     May I know what do you mean by monitor.Is it mean that you want to know every keystroke user key in?.&lt;BR /&gt;If this is the case I know one software which can monitor every keystrole called power broker:&lt;BR /&gt;&lt;A href="http://www.symark.com/powerbroker.htm." target="_blank"&gt;http://www.symark.com/powerbroker.htm.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 23:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-execute-command-after-script-dev-tty/m-p/2968041#M752793</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-07T23:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to execute command after script /dev/tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-execute-command-after-script-dev-tty/m-p/2968042#M752794</link>
      <description>export SHELL=mycommand ; script&lt;BR /&gt;&lt;BR /&gt;This will run "mycommand" under script, and capture all screen output to the file "typescript".&lt;BR /&gt;&lt;BR /&gt;This is messy.  Might this work better internally (presuming ksh):&lt;BR /&gt;&lt;BR /&gt;exec 1&amp;gt; 2&amp;gt;&amp;amp;1 LOGFILE.txt</description>
      <pubDate>Thu, 08 May 2003 14:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-execute-command-after-script-dev-tty/m-p/2968042#M752794</guid>
      <dc:creator>A. Daniel King_1</dc:creator>
      <dc:date>2003-05-08T14:55:27Z</dc:date>
    </item>
  </channel>
</rss>

