HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- @ Character Being Treated as Carriage Return
Operating System - HP-UX
1837774
Members
3617
Online
110119
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-25-2006 06:54 AM
09-25-2006 06:54 AM
Have a user who is using the vi editor. To enter a the '@' character, she must enter a '\' character. I thought we have cloned the accounts correctly.
What parameter do I need to look for?
What setup change is needed?
Steve in Illinois
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 07:02 AM
09-25-2006 07:02 AM
Re: @ Character Being Treated as Carriage Return
If you type 'stty -a' at the commandline, does it show @ for EOL, kill, intr, anything?
If it does, you probably need to redefine it (perhaps in the user's .profile):
stty eol (or whatever)
eg.
stty eol
Will change it from using @ as EOL to using ctrl+@
HTH
If it does, you probably need to redefine it (perhaps in the user's .profile):
stty eol (or whatever)
eg.
stty eol
Will change it from using @ as EOL to using ctrl+@
HTH
Decay is inherent in all compounded things. Strive on with diligence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 11:02 AM
09-25-2006 11:02 AM
Solution
Actually, the @ symbol is (by default) a line cancel, not a carriage return. So, when you type an email address, the @ simply cancels everything you just typed.
Now there are many solutions, the most painful is to ask users to type the following command:
stty erase "^H" kill "^U"
which will temporarily fis the problem. (note that the backspace key won't appear to work either until you type the above command.
Now to make this permanent, you need to add it to /etc/profile, but this only works when you login normally. An abnormal login would be Xwindows. You'll need to provide your HP-UX version and how users are logging in (ie, Xwindows like CDE, xterm, dtterm, etc) or telnet or ...
Bill Hassell, sysadmin
Now there are many solutions, the most painful is to ask users to type the following command:
stty erase "^H" kill "^U"
which will temporarily fis the problem. (note that the backspace key won't appear to work either until you type the above command.
Now to make this permanent, you need to add it to /etc/profile, but this only works when you login normally. An abnormal login would be Xwindows. You'll need to provide your HP-UX version and how users are logging in (ie, Xwindows like CDE, xterm, dtterm, etc) or telnet or ...
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 12:56 PM
09-25-2006 12:56 PM
Re: @ Character Being Treated as Carriage Return
Updated /etc/profile:
stty kill "^U"
for the standard user login
stty kill "^U"
for the standard user login
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP