vivian.eecs.uci up 134 days, 5:17, load average: 0.00, 0.00, 0.01 malibu.eecs.uci up 134 days, 5:40, load average: 0.00, 0.01, 0.02 newport.eecs.uc up 43 days, 4:58, load average: 0.06, 0.04, 0.03 east.eecs.uci.e up 9 days, 1:05, load average: 0.01, 0.01, 0.01 |
| |
| |
| |
| |
| |
| |
| Summary | Location |
|---|---|
| Unix User's Guide | http://www.nacs.uci.edu/help/manuals/uci.unix.guide/ |
| EECS Software Docs | http://newport.eecs.uci.edu/eceware |
| Command | What it does |
|---|---|
| man command | gives information about command |
| quota -v | will tell you what your usage is. |
| rm | removes files (man rm for more information) |
| rmdir | removes an empty directory (man rmdir for more information) |
| /usr/bin/ps -lu $USER | shows all process owned by you |
| /usr/bin/kill PID | kills process identified by PID (get PID from ps command) |
| du -sk * | sort -n or du -sk .??* | sort -n | gives usage information for files and directories |
| dos2unix | Removes Windows control characters from a
file. Usage: dos2unix myfile > mycleanfile |
| Tool | What it does | Where to get it |
|---|---|---|
| PuTTY | Free SSH client for Windows. Allows command line logins to Unix servers SSH Tunneling |
www.chiark.greenend.org.uk |
| WinSCP | Free Secure Copy/FTP Client | http://winscp.net/eng/download.php |
| Xming | Free X server for Windows--Not Tested | http://sourceforge.net/projects/xming |
| X-Win32 | Xserver GUI login from PC's to Unix systems
Configuring SSH Tunneling Troubleshooting |
www.starnet.com |
| Symptom | Solution |
|---|---|
| I keep seeing "Over Quota" messages. What does that mean and what do I do about it. |
It means you've used all your allocated disk space. To save
more files, you'll need to remove some. Things to check: |
| I'm trying to reduce my quota usage but I can't get it to go down even though I've thrown a lot of files in the trash. | Just like PC's, the files don't disappear when you throw them in the trash. You have to empty the trash to get them removed from your quota usage. If you've logged in using SSH, rm the file. |
| How do I flush my Netscape or Mozilla disk cache? |
Netscape 7: Edit -> Preferences -> Advanced -> Cache -> Clear Disk Cache |
| I try to log in on a Sun Ray terminal but the screen goes black and then goes back to the login screen. |
It's likely that you are over quota and need to remove some
files before you can log in. You'll have select the Command Line or Fail Safe option in the login window or SSH in from another computer to fix the problem. Please see Useful Commands for more help. |
|
XWin-32 gives an error like this: ILLEGAL HOST KEY FOR newport.eecs.uci.edu Remove SSH2|key_??_newport.eecs.uci.edu.pub and try again if you think that this is normal. |
This should fix the problem: |
|
When I sign into newport.ece.uci.edu I don't get my usual prompt
My session just has a > When I try to run a command like 'ls', it says command not found |
The problem is probably because you either edited your .cshrc
file and made mistake or deleted your .cshrc file.
See dos2unix above to fix
/bin/cp .cshrc .cshrc.broken /bin/cp /dcs/skel/.cshrc . (that's a dot) Always make a backup of the file before you edit it. |
|
I keep getting the message:
You already have a magic process running |
You may one run one magic process because it takes up too much system resources. If you've forgotten to exit the process, you can identify it using the 'ps' command and kill it using the 'kill' command (see Useful Commands above). |
|
I have a desktop that looks funny and I can't log out
|
You probably don't have the CDE desktop. If you have a
xterm window, run the command 'kill -9 -1' to kill your
session. When you log in again, after you type your login name and press enter but before you type your password, select Options -> Session -> Common Desktop Environment (CDE). |