- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login prompt Qn #2
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
11-19-2002 06:14 PM
11-19-2002 06:14 PM
login prompt Qn #2
On some boxes, if I decide at the login prompt that I do not wish to log in after all, I can hit ^D to cancel the login.
On others, I have to hit the escape character ^], which brings me to the telnet prompt, after which I can ^D.
Can someone share w/ me where this is configured?
TIA,
Shahril
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 06:12 PM
11-19-2002 06:12 PM
Re: login prompt Qn #2
stty quit ^D
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 07:59 PM
11-19-2002 07:59 PM
Re: login prompt Qn #2
On whose account?
2 scenarios:
a) first telnet from a 3rd-party software, say Windows Telnet
b) telnet from an UNIX account
a) Whose account? I have not even logged in as anyone yet.
b) Eg. I first logged in to a machineA as user1. stty -a shows that quit is
Appreciate your reply, thx.
Rgds,
Shahril
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 08:37 PM
11-19-2002 08:37 PM
Re: login prompt Qn #2
See Bill's answer:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbf5f0fe6d0f7d61190050090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 10:02 AM
11-20-2002 10:02 AM
Re: login prompt Qn #2
actually you are talking about different things:
1: ^D is the character-code for "EOF" (end of file), which tells your shell to exit. But only if permitted, you can use the command "set -o ignoreeof on" to ignore that combination! That's all happending on the remote side, far away form your desktop.
2: ^[ tells your TELNET client to go into command/menu mode. Typing ^D (or QUIT) there exits the client, hence the network connection and then in turn your shell on the remote side.
You do this on your LOCAL desktop. Programs running in your session on the remote station wouldn't like it :-(
So you will have to configure that for your TELNET client software (not sure that you can really do that with M$'s TELNET).
FWIW,
Wodisch