<?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: monitor tty in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787987#M264433</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what about running&lt;BR /&gt;&lt;BR /&gt;#whodo&lt;BR /&gt;&lt;BR /&gt;This will list the users currently loggedin and the processes being run by them,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
    <pubDate>Mon, 15 May 2006 09:43:49 GMT</pubDate>
    <dc:creator>Sivakumar TS</dc:creator>
    <dc:date>2006-05-15T09:43:49Z</dc:date>
    <item>
      <title>monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787980#M264426</link>
      <description>hi;&lt;BR /&gt;&lt;BR /&gt;is there any way of monitoring what a user is doing ? &lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 15 May 2006 02:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787980#M264426</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2006-05-15T02:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787981#M264427</link>
      <description>You can do a who -uR to understand the tty no of the user login and then do&lt;BR /&gt;ps -aft pts/11 [ if say the tty is pty/11 ]&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad&lt;BR /&gt;</description>
      <pubDate>Mon, 15 May 2006 02:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787981#M264427</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-15T02:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787982#M264428</link>
      <description>Hi,&lt;BR /&gt;in addition you can take a look to the history file ($HOME/.history)&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 15 May 2006 03:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787982#M264428</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2006-05-15T03:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787983#M264429</link>
      <description>hÄ±mm, i want to monitor lively. not something after having been done.</description>
      <pubDate>Mon, 15 May 2006 04:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787983#M264429</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2006-05-15T04:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787984#M264430</link>
      <description>Then you can enable accounting -&lt;BR /&gt;man 1M acct&lt;BR /&gt;But note that enabling accounting takes up a lot of space which you need to monitor.&lt;BR /&gt;Or you can write you scripts as mentioned in the above which will run thru cron every interval and log to a file. Also depends on whatt all you want to monitor/log.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Mon, 15 May 2006 04:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787984#M264430</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-15T04:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787985#M264431</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the command 'script' may be your friend - it records a tty-session to a file; see 'man script'.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Mon, 15 May 2006 04:18:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787985#M264431</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-05-15T04:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787986#M264432</link>
      <description>imagine,&lt;BR /&gt;we logged in with pts/2&lt;BR /&gt;&lt;BR /&gt;if we run script -a /dev/pts/2 from a user's terminal( it must be root to write to pts i think)  we can see what the user is doing. &lt;BR /&gt;&lt;BR /&gt;but i must do it from user's shell. and user must be root. &lt;BR /&gt;&lt;BR /&gt;there must be a way of seeing what is sent to another user's tty.&lt;BR /&gt;&lt;BR /&gt;any ideas ?&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 May 2006 09:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787986#M264432</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2006-05-15T09:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787987#M264433</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what about running&lt;BR /&gt;&lt;BR /&gt;#whodo&lt;BR /&gt;&lt;BR /&gt;This will list the users currently loggedin and the processes being run by them,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Mon, 15 May 2006 09:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787987#M264433</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-05-15T09:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787988#M264434</link>
      <description>I do not know of a way with native unix to do what you require.  There is a product called DoubleVision that allows you to monitor, or even interact with, a logged in terminal session.&lt;BR /&gt;&lt;BR /&gt;Here is the web site:&lt;BR /&gt;&lt;A href="http://www.tridia.com/products/dv.html" target="_blank"&gt;http://www.tridia.com/products/dv.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is a product that you have to buy.  It is NOT free.  It does work very well though.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 May 2006 10:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787988#M264434</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-05-15T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: monitor tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787989#M264435</link>
      <description>Look into a product called "DoubleVision PRO". &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tridia.com/products/index.html" target="_blank"&gt;http://www.tridia.com/products/index.html&lt;/A&gt;</description>
      <pubDate>Mon, 15 May 2006 10:02:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitor-tty/m-p/3787989#M264435</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-05-15T10:02:49Z</dc:date>
    </item>
  </channel>
</rss>

