On Tuesday, 08/23/2011 at 08:09 EDT, "van Sleeuwen, Berry" <[email protected]> wrote: > But I would advise you to setup ssh asap. Do not use the console to logon > unless you can't get to Linux in any other way. The console is nice but you are > quite limited there. For instance no vi and no control keys such as control-c. > So when you have an active TCPIP connection you'd be better off on ssh.
For block-mode devices like a 3215, control characters are entered using an escape sequence. The escape character for CONTROL is EBCDIC 0xB0. - Circumflex/hat (^) in code page 37 - Logical NOT (¬) in code page 1047 - Cent sign (¢) in most other code pages If in doubt, check your emulator's code page setting, then go to http://www-01.ibm.com/software/globalization/cp/cp_cpgid.html to find out what glyph (character) is assigned to EBCDIC 0xB0. Use your emulator's keyboard map to find out where that character is located. Enter ^c to get control-c. Also available are control-d (EOF) and control-z (suspend). Alan Altmark Senior Managing z/VM and Linux Consultant IBM System Lab Services and Training ibm.com/systems/services/labservices office: 607.429.3323 mobile; 607.321.7556 [email protected] IBM Endicott ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
