- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Enabling backspace during Login
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 10:19 PM
04-25-2006 10:19 PM
Enabling backspace during Login
I need to set my backspace key to work on linux telnet sessions.
Currently it is set to ^h but I want to use backspace.
however the backspace key works after the login but I want to get enabled during the login prompt.
could anyone help me out asap??
thanks,
Ricky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 10:31 PM
04-25-2006 10:31 PM
Re: Enabling backspace during Login
stty erase ^h
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 10:49 PM
04-25-2006 10:49 PM
Re: Enabling backspace during Login
i know to use stty erase but as I have allready mentoned that I need to work this at the login prompt
ricky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 11:14 PM
04-25-2006 11:14 PM
Re: Enabling backspace during Login
echo "keycode 14 = BackSpace" | loadkeys
Maybe you can give it a try. If this works you can use a scrip to execute this at boot time or modify your default keymap.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 11:50 PM
04-25-2006 11:50 PM
Re: Enabling backspace during Login
thanks for the reply ,does it work the same way for english keyboard?
I havent tried the command u had send as I would like to know how to revert back to the original loadkey in case if it doesnt work?..any idea..plz
rgds,
ricky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 02:49 AM
04-27-2006 02:49 AM
Re: Enabling backspace during Login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 08:10 AM
12-15-2006 08:10 AM
Re: Enabling backspace during Login
stty erase "^H" kill "^U" < /dev/ttyconf