<?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: Not able to type special character &amp;quot;@&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-type-special-character-quot-quot/m-p/5297503#M641900</link>
    <description>&lt;P&gt;Run "stty -a" and look at the first lines of the output. It probably says something like "kill = @" among other things.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a very old default setting, from the age of terminals that had a printer instead of a display screen.&lt;/P&gt;&lt;P&gt;In HP-UX, if nothing at all sets the stty settings to more modern values, this is the kernel-level default setting you'll get. The kill character has a special meaning: "forget everything I've written on this line and let me start over".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can change the kill character in many ways:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can specify the special characters with a stty command manually:&lt;PRE&gt;stty intr ^C erase ^H kill ^U&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;You can add the above-mentioned stty command to your personal login scripts (typically $HOME/.profile or $HOME/.cshrc)&lt;/LI&gt;&lt;LI&gt;As a sysadmin, you could add the command to system-wide login scripts (/etc/profile and /etc/csh.cshrc)&lt;/LI&gt;&lt;LI&gt;Or you can add this line to /etc/inittab, before the line that starts the getty process for the system console. (Please be very very careful when editing /etc/inittab: you could make your system unbootable)&lt;PRE&gt;ttco::bootwait:/sbin/stty intr ^C erase ^H kill ^U &amp;lt; /dev/ttyconf&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Using the "stty ... &amp;lt; /dev/ttyconf" changes the kernel's default stty settings for all new terminal devices: both real and pseudo-TTYs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2011 10:17:10 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-08-11T10:17:10Z</dc:date>
    <item>
      <title>Not able to type special character "@"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-type-special-character-quot-quot/m-p/5297277#M641898</link>
      <description>&lt;P&gt;Not able to enter the special character "@" , while typing "@" , its leading to the next line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;its just clearing what all typed before "@" and keeping a new line.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;its an HPUX 11.23 machine , can you pls suggest the possibilities to happen like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2011 06:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-type-special-character-quot-quot/m-p/5297277#M641898</guid>
      <dc:creator>Memory</dc:creator>
      <dc:date>2011-08-11T06:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to type special character "@"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-type-special-character-quot-quot/m-p/5297385#M641899</link>
      <description>Can any one pls suggest a way , what could be the reason for happening like this.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2011 08:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-type-special-character-quot-quot/m-p/5297385#M641899</guid>
      <dc:creator>Memory</dc:creator>
      <dc:date>2011-08-11T08:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to type special character "@"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-type-special-character-quot-quot/m-p/5297503#M641900</link>
      <description>&lt;P&gt;Run "stty -a" and look at the first lines of the output. It probably says something like "kill = @" among other things.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a very old default setting, from the age of terminals that had a printer instead of a display screen.&lt;/P&gt;&lt;P&gt;In HP-UX, if nothing at all sets the stty settings to more modern values, this is the kernel-level default setting you'll get. The kill character has a special meaning: "forget everything I've written on this line and let me start over".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can change the kill character in many ways:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can specify the special characters with a stty command manually:&lt;PRE&gt;stty intr ^C erase ^H kill ^U&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;You can add the above-mentioned stty command to your personal login scripts (typically $HOME/.profile or $HOME/.cshrc)&lt;/LI&gt;&lt;LI&gt;As a sysadmin, you could add the command to system-wide login scripts (/etc/profile and /etc/csh.cshrc)&lt;/LI&gt;&lt;LI&gt;Or you can add this line to /etc/inittab, before the line that starts the getty process for the system console. (Please be very very careful when editing /etc/inittab: you could make your system unbootable)&lt;PRE&gt;ttco::bootwait:/sbin/stty intr ^C erase ^H kill ^U &amp;lt; /dev/ttyconf&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Using the "stty ... &amp;lt; /dev/ttyconf" changes the kernel's default stty settings for all new terminal devices: both real and pseudo-TTYs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2011 10:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-type-special-character-quot-quot/m-p/5297503#M641900</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-08-11T10:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to type special character "@"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-type-special-character-quot-quot/m-p/5303069#M641901</link>
      <description>Thanks , now i have changed the default stty settings.</description>
      <pubDate>Wed, 17 Aug 2011 12:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-able-to-type-special-character-quot-quot/m-p/5303069#M641901</guid>
      <dc:creator>Memory</dc:creator>
      <dc:date>2011-08-17T12:27:32Z</dc:date>
    </item>
  </channel>
</rss>

