<?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: changing the kill key in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522948#M878286</link>
    <description>sorry: two single quote.</description>
    <pubDate>Mon, 30 Apr 2001 15:21:02 GMT</pubDate>
    <dc:creator>Carlos Fernandez Riera</dc:creator>
    <dc:date>2001-04-30T15:21:02Z</dc:date>
    <item>
      <title>changing the kill key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522942#M878280</link>
      <description>Hi, a very basic question but it's something that hasn't affected me for over 10 years.&lt;BR /&gt;I'm using HP-UX 10.20 and 11.00 boxes and I need to use "@" in a command.  Historically this is the KILL key and I've various things to reset the kill key&lt;BR /&gt;stty kill ^X&lt;BR /&gt;using ^ and X separately and ^X (one char)&lt;BR /&gt;tset -k^X&lt;BR /&gt;And I've also tried export TERM=vt100  My login terminal is xterm&lt;BR /&gt;but still no "@" sign&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&lt;BR /&gt;thanks in advance&lt;BR /&gt;-robert-</description>
      <pubDate>Mon, 30 Apr 2001 14:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522942#M878280</guid>
      <dc:creator>Robert O'Brien</dc:creator>
      <dc:date>2001-04-30T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: changing the kill key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522943#M878281</link>
      <description>&lt;BR /&gt;do:&lt;BR /&gt;&lt;BR /&gt;stty -a&lt;BR /&gt;&lt;BR /&gt;Look up @ on the list and change the correct parameter with stty.&lt;BR /&gt;&lt;BR /&gt;stty intr ^C ?????? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2001 14:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522943#M878281</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-04-30T14:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: changing the kill key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522944#M878282</link>
      <description>&lt;BR /&gt;while you correct the problem you are enable to write&lt;BR /&gt;&lt;BR /&gt;sqlplus user/user \@sqlfile.sql&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 30 Apr 2001 14:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522944#M878282</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-04-30T14:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: changing the kill key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522945#M878283</link>
      <description>Hi Robert:&lt;BR /&gt;&lt;BR /&gt;'stty -a' will show you your currenty terminal settings.&lt;BR /&gt;&lt;BR /&gt;Beware of characters like "@", #, /, !, _, backspace, ^U, ^D, or &amp;amp; as part of  your login name or arguments thereto.  'getty' will interpret these as control protocol signals (see 'man getty').&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 30 Apr 2001 14:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522945#M878283</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-04-30T14:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: changing the kill key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522946#M878284</link>
      <description>thanks for quick replies.  Did run stty -a as suggested and it appears that "kill" field is getting set to whatever I specify but every time I press "@" key, command line is killed.&lt;BR /&gt;My username only contains letters and as far as I can tell, getty doesn't try anything odd either.&lt;BR /&gt;-robert-&lt;BR /&gt;&lt;BR /&gt;$ stty -a&lt;BR /&gt;speed 9600 baud; line = 0; &lt;BR /&gt;rows = 48; columns = 80&lt;BR /&gt;min = 1; time = 0; &lt;BR /&gt;intr = ^C; quit = ^\; erase = DEL; kill = ^B&lt;BR /&gt;eof = ^D; eol = ^@; eol2 &lt;UNDEF&gt;; swtch &lt;UNDEF&gt;&lt;BR /&gt;stop = ^S; start = ^Q; susp &lt;UNDEF&gt;; dsusp &lt;UNDEF&gt;&lt;BR /&gt;werase &lt;UNDEF&gt;; lnext &lt;UNDEF&gt;&lt;BR /&gt;-parenb -parodd cs8 cstopb hupcl cread -clocal -loblk -crts &lt;BR /&gt;-ignbrk brkint -ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc &lt;BR /&gt;ixon ixany -ixoff -imaxbel -rtsxoff -ctsxon -ienqak &lt;BR /&gt;isig icanon -iexten -xcase echo echoe echok -echonl -noflsh &lt;BR /&gt;-echoctl -echoprt -echoke -flusho -pendin &lt;BR /&gt;opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop &lt;BR /&gt;$&lt;BR /&gt;$ echo $TERM&lt;BR /&gt;vt100&lt;BR /&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Mon, 30 Apr 2001 14:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522946#M878284</guid>
      <dc:creator>Robert O'Brien</dc:creator>
      <dc:date>2001-04-30T14:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: changing the kill key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522947#M878285</link>
      <description>Thats what i said.&lt;BR /&gt;&lt;BR /&gt;If i recall well a stty eol '' will define eol as undef. Every way seee man stty.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2001 15:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522947#M878285</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-04-30T15:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: changing the kill key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522948#M878286</link>
      <description>sorry: two single quote.</description>
      <pubDate>Mon, 30 Apr 2001 15:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-kill-key/m-p/2522948#M878286</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-04-30T15:21:02Z</dc:date>
    </item>
  </channel>
</rss>

