<?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: Terminal type in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358472#M871202</link>
    <description>The console can be used as a 'HP' Terminal or as vt100 (EM100)&lt;BR /&gt;&lt;BR /&gt;Typically a terminal if it is of a serial connectivity nature, connects to either a terminal server or into a mux. If your using a PC for example you will most likely be using some form of terminal emulator, which is different.</description>
    <pubDate>Mon, 16 Aug 2004 22:31:50 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2004-08-16T22:31:50Z</dc:date>
    <item>
      <title>Terminal type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358471#M871201</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Do you know that what is the difference between the console terminal and terminal?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Alex</description>
      <pubDate>Mon, 16 Aug 2004 22:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358471#M871201</guid>
      <dc:creator>Achilles_2</dc:creator>
      <dc:date>2004-08-16T22:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358472#M871202</link>
      <description>The console can be used as a 'HP' Terminal or as vt100 (EM100)&lt;BR /&gt;&lt;BR /&gt;Typically a terminal if it is of a serial connectivity nature, connects to either a terminal server or into a mux. If your using a PC for example you will most likely be using some form of terminal emulator, which is different.</description>
      <pubDate>Mon, 16 Aug 2004 22:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358472#M871202</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-08-16T22:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358473#M871203</link>
      <description>The console TERM is designed to work with a serial console. Its usually set to hp or em100.&lt;BR /&gt;&lt;BR /&gt;terminal is a series of escape codes and such designed to work with particular terminal types.&lt;BR /&gt;&lt;BR /&gt;Other terminal types are designed to work with other terminals.&lt;BR /&gt;&lt;BR /&gt;In the end I've used vt100 with almost every terminal type, console and software so the difference may not be so practical.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Aug 2004 22:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358473#M871203</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-16T22:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358474#M871204</link>
      <description>A terminal = any device that's not very useful as a computer by itself, but can display/print output from a computer and allow the user to send some sort of input to the computer. Can also be an actual computer that's just pretending to be a terminal (using a terminal emulator software).&lt;BR /&gt;&lt;BR /&gt;A console terminal (in unix sense) = any terminal that's connected to a (unix) computer and configured in such a way that the sysadmin can use it to monitor the computer's startup and access the computer in a single-user mode (or any other maintenance mode). May grant some special privileges to the administrator: on HP-UX, the "root" user can login on the console even if all the passwords are expired.</description>
      <pubDate>Tue, 17 Aug 2004 01:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358474#M871204</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2004-08-17T01:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358475#M871205</link>
      <description>Terminal is the connectivity and working environment on the system. It is varying depends upon the user mode.&lt;BR /&gt;&lt;BR /&gt;console - is used for privillaged super user. It is the key terminal to control the manage the system and having all permissions to do.&lt;BR /&gt;&lt;BR /&gt;terminal - It is for normal users who can can do the changes / accessings based on the privillage level&lt;BR /&gt;&lt;BR /&gt;All terminal allocations are done on /etc/inittab file.&lt;BR /&gt;&lt;BR /&gt;We can get the currect tty using getty command.&lt;BR /&gt;&lt;BR /&gt;TTY configurations are made on /etc/gettydefs file. You can know over man gettydefs &lt;BR /&gt;&lt;BR /&gt;We can control the login based on the terminal types. If you want to block the super user login, &lt;BR /&gt;&lt;BR /&gt;create a file as,.&lt;BR /&gt;&lt;BR /&gt; --- /etc/securetty --&lt;BR /&gt; console&lt;BR /&gt; -------------------&lt;BR /&gt;&lt;BR /&gt; chmod 600 /etc/securetty&lt;BR /&gt;&lt;BR /&gt; It will block the super user login. See more over login man page.</description>
      <pubDate>Tue, 17 Aug 2004 03:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-type/m-p/3358475#M871205</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-17T03:00:29Z</dc:date>
    </item>
  </channel>
</rss>

