Miscellaneous UNIX Commands |
| initiate a UNIX session |
login |
| terminate a UNIX session |
exit |
| change account password |
passwd |
| access on-line manual pages |
man command |
| display users currently logged in |
who |
| search file for pattern |
grep pattern file |
| display different lines between two files |
diff file1 file2 |
| display currently running processes |
ps |
| terminate currently running processes |
kill -9 PID |
| remote login session |
telnet machine.address |
| transfer of remote files |
ftp machine.address |
| FORTRAN 90 compiler |
f90 file.f90 |
| Native C compiler |
cc file.c |
| GNU C compiler |
gcc file.c |
| GNU C++ compiler |
g++ file.cpp |
| SDK Java compiler |
javac file.java |
| SDK Java interpreter |
java file |
| SDK Java Applet Previewer |
appletviewer file.html |
| VNC command to return port number |
vncserver |