<?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: tty  /  pty in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859903#M95817</link>
    <description>You can use the 'lssf' command to see what driver is being used for what terminal type. &lt;BR /&gt;&lt;BR /&gt;Let's try these examples:&lt;BR /&gt;# lssf /dev/console &lt;BR /&gt;pseudo driver cn minor 0x000000 /dev/console &lt;BR /&gt;# lssf /dev/ttyd2a1 (modem)&lt;BR /&gt;pci_mux0 card instance 2 port a1 callin at address 0/4/0/0 /dev/ttyd2a1&lt;BR /&gt;&lt;BR /&gt;# pty&lt;BR /&gt;/dev/pts/tGb&lt;BR /&gt;# lssf /dev/pts/tGb&lt;BR /&gt;pseudo driver tels minor 0x00005e /dev/pts/tGb&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Dec 2002 06:28:57 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-12-09T06:28:57Z</dc:date>
    <item>
      <title>tty  /  pty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859899#M95813</link>
      <description>Could someone explain what's the mean of tty&lt;BR /&gt;and pty, and what's the difference between both? Thanks.</description>
      <pubDate>Mon, 09 Dec 2002 05:51:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859899#M95813</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2002-12-09T05:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: tty  /  pty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859900#M95814</link>
      <description>The basic meaning is:&lt;BR /&gt;&lt;BR /&gt;tty=a fixed terminal e.g. a modem, a terminal directly cabled to a MUX board or serial port.&lt;BR /&gt;&lt;BR /&gt;pty= pseudo terminal. Any telnet session will have a pty assigned as opposed to a directly connect terminal or modem. The operating system will allocate the next available pty terminal identity. &lt;BR /&gt;&lt;BR /&gt;There are kernel parameters that allow/control the number of these. These are 'npty' 'nstrtel' and 'nstrpty'</description>
      <pubDate>Mon, 09 Dec 2002 05:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859900#M95814</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-09T05:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: tty  /  pty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859901#M95815</link>
      <description>I'm still confused. Why command tty and pty&lt;BR /&gt;only show /dev/ttyr0. How about /dev/ptyr0?</description>
      <pubDate>Mon, 09 Dec 2002 06:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859901#M95815</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2002-12-09T06:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: tty  /  pty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859902#M95816</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;FYI:&lt;BR /&gt;tty was developed by AT&amp;amp;T.&lt;BR /&gt;pty was developed by HP&lt;BR /&gt;&lt;BR /&gt;see below:&lt;BR /&gt;==============================&lt;BR /&gt;K250: dev&amp;gt;ll *tyr5&lt;BR /&gt;crw-rw-rw-   2 root       root        16 0x000025 Jun 10  1996 ptyr5&lt;BR /&gt;crw--w--w-   2 pbh        tty         17 0x000025 Dec  9 10:19 ttyr5&lt;BR /&gt;K250: dev&amp;gt;&lt;BR /&gt;==============================&lt;BR /&gt;&lt;BR /&gt;same (??)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Dec 2002 06:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859902#M95816</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-12-09T06:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: tty  /  pty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859903#M95817</link>
      <description>You can use the 'lssf' command to see what driver is being used for what terminal type. &lt;BR /&gt;&lt;BR /&gt;Let's try these examples:&lt;BR /&gt;# lssf /dev/console &lt;BR /&gt;pseudo driver cn minor 0x000000 /dev/console &lt;BR /&gt;# lssf /dev/ttyd2a1 (modem)&lt;BR /&gt;pci_mux0 card instance 2 port a1 callin at address 0/4/0/0 /dev/ttyd2a1&lt;BR /&gt;&lt;BR /&gt;# pty&lt;BR /&gt;/dev/pts/tGb&lt;BR /&gt;# lssf /dev/pts/tGb&lt;BR /&gt;pseudo driver tels minor 0x00005e /dev/pts/tGb&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Dec 2002 06:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859903#M95817</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-12-09T06:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: tty  /  pty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859904#M95818</link>
      <description>AS below, could it be possible modify the&lt;BR /&gt;permission and own group for tty?&lt;BR /&gt;&lt;BR /&gt;crw--w---- 2 john   tty  17 0x00001a Dec  9 03:45 ttyqa&lt;BR /&gt;&lt;BR /&gt;crw-rw-rw- 2 bin   tty  17 0x00001a Dec  9 03:45 ttyqa</description>
      <pubDate>Mon, 09 Dec 2002 06:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tty-pty/m-p/2859904#M95818</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2002-12-09T06:40:27Z</dc:date>
    </item>
  </channel>
</rss>

