- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Issue with @ in .profile
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
12-03-2008 05:50 AM
12-03-2008 05:50 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 06:00 AM
12-03-2008 06:00 AM
Re: Issue with @ in .profile
when I use the @ symbol in the terminal window .. It seems the OS interprets the @ special and wants me to escape the @ if I ment it literally.
What I'm thinking is this problem can be fixed with proper .profile settings for the user.
Could you confirm this by suggesting to me what my .profile would look like in order to avoid this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 06:05 AM
12-03-2008 06:05 AM
Re: Issue with @ in .profile
Should I need to make any changes in the .profile for the changes to be permanent.....
If so plz advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 06:15 AM
12-03-2008 06:15 AM
Re: Issue with @ in .profile
Yes. you need to put it in global profile(/etc/profile) or specifi user profile(/~HOME/.profile) to make it permanent.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 06:16 AM
12-03-2008 06:16 AM
Re: Issue with @ in .profile
On my servers, 'stty -a' shows:
kill = ^U
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 06:34 AM
12-03-2008 06:34 AM
Re: Issue with @ in .profile
stty kill ^U
(thats Cntrl-U simultaneously), and is what mine is set to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 06:36 AM
12-03-2008 06:36 AM
Re: Issue with @ in .profile
>>James.
On my servers, 'stty -a' shows:
kill = ^U <<<
"kill = ^U" is the default terminal setting.
Grayh, you may need to set like below in your profile.
stty kill "+"
or
export KILL="+"
stty kill $KILL
someone can correct me if i am wrong
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2008 07:13 AM
12-03-2008 07:13 AM
Re: Issue with @ in .profile
Let me be clear, yes, 'kill = ^U' is a default setting. I used 'kill = +' *only* as an example! I really doubt that you want to use that setting!
Actually, the setting for 'kill = ^U' is done in the standard root profile. You "should" have something like:
stty erase "^H" kill "^U" intr "^C" eof "^D"
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2008 07:51 AM
12-04-2008 07:51 AM