- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: login prompt having issue
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
10-31-2012 03:06 PM
10-31-2012 03:06 PM
Anyone please let me know how to set the login prompt as i m getting this while trying to login to the server.
Unmatched `.
[1] %
then i have to type csh then complete prompt coming as shown below:
[1] % csh
mddszed1:rddadm 21> pwd
/home/rddadm
mddszed1:rddadm 22>
Can't be possible that it should come as directly:
mddszed1:rddadm 22>
Please reply.
Solved! Go to Solution.
- Tags:
- PS1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2012 05:40 PM
10-31-2012 05:40 PM
SolutionDo you get that for all users or just a single user? What is the default shell for the user(s)? Is it supposed to be csh? Or is it sh?
I suspect the problem is related to someone setting up something custom in one of your login files (/etc/profile, /etc/cshrc, ~/.profile, ~/.cshrc, etc.). Someone likely used back-ticks (backward apostrophes , ` ) to run a command and didn't close it. Thus, the "Unmatched `. " error.