| Question | Answer |
|---|---|
| To configure your environment to run Awaves and Hspice run the following command: | source /ecelib/cur/hspice/2001.2/cshrc.meta |
| Why can't I open the display :0.0? |
You need to set the DISPLAY environment variable
to the host you are connecting from
Example: setenv DISPLAY myhost.com:0.0 |
| When I log in, I can't run any commands. I get 'ls: Command not found' |
You might have made an error editing your .cshrc or .login file
Try using a new one:
/bin/cp .cshrc .cshrc.bak /bin/cp /dcs/skel/.cshrc . <----Include that last '.' (dot)
/bin/cp .login .login.bak
|
| How do I use Unix? | Please read this article . |
| How do I use VI? | Please read this article . |