- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- @ character kills me.
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
02-08-2006 12:39 AM
02-08-2006 12:39 AM
@ character kills me.
I have a terrible problem with the "@" character. Each time a log in a server, each time I type @ character, it deletes the line. This is in csh. If I change to ksh , the behaviuor is it prints the @ and return to the next line. Of course, in any other workstations I can type it with no problems.
What is happening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 12:43 AM
02-08-2006 12:43 AM
Re: @ character kills me.
do a stty -a
and look for the delete line.
Then change with stty.
man stty should help explain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:30 AM
02-09-2006 02:30 AM
Re: @ character kills me.
As Peter mentioned stty is what you need
you can see by the command stty -a
and of course you may change according to your usage
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:29 AM
02-09-2006 03:29 AM
Re: @ character kills me.
The proper solution is to not use @ in a login name nor PW. The system will interrogate the term type at login & the termcap definition will be used. Same goes for the # and & and * symbols as well. Just don't use them.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 10:26 AM
02-09-2006 10:26 AM
Re: @ character kills me.
See man pages for getty to see which characters you must avoid in username/password.
The man page also explain a bit on the login process.
If you also see man passwd, you will see an advice to use 7-bit characters in password.
There is still some special characters to choose between, as well as the fact that unix differ between upper/lower case.
In total this should give sufficient variations for choosing a cryptic password...
This will also help avoiding problems due to changes to keyboard settings aso.
The 7-bit characters are normally easily available on any keyboard.
In my company we have several keyboard layouts and it would be a mess trying to guess for the appropriate key for a password which is not displayed...
-----------
a silly remark: a username with @
like f.ex. me@user
what should the mail address be... me@user@host.domain
/Tor-Arne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 06:31 PM
02-09-2006 06:31 PM
Re: @ character kills me.
So for the one workstation, you may not be logging in 'normally', that is the login window is not a login window. The easiest way to fix this is to create a .Xdefaults file in all user $HOME directories, something like this:
echo "*loginShell: true" > $HOME/.Xdefaults
then start a new window with this user and you should see the change in the stty -a settings.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 08:33 PM
02-09-2006 08:33 PM