![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exit Shell Prompt after Pbrun | ishanc | Shell Programming and Scripting | 0 | 04-28-2008 03:32 PM |
| Weird in Shell Prompt | bobbygsk | UNIX for Advanced & Expert Users | 6 | 01-31-2008 10:13 AM |
| shell specific prompt | dranNfly | UNIX for Dummies Questions & Answers | 3 | 04-27-2005 05:50 AM |
| script to change shell and prompt | SHYAM | Shell Programming and Scripting | 1 | 06-27-2004 05:46 AM |
| prompt in sh shell | diegoe | UNIX for Dummies Questions & Answers | 1 | 12-30-2003 10:10 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
No shell prompt?
When I login to a specific machine (running Solaris 2.8; actually serveral machines behave this way), with a known good account, I don't get any shell prompt, and no screen responses to various commands such as ID and PWD. Any ideas on what is causing this, and how to change this behavior?
|
| Forum Sponsor | ||
|
|
|
|||
|
Is this account a NIS or NIS+ account with a home directory via NFS? If so, then it's the NFS that is hanging you up. It's trying to mount the home directory and is waiting on the NFS server (or the network is so busy it can't get there). That is where you should start looking IF you are having the same thing on all accounts that have NFS home directories.
|