| Name | SSN | Login | Password |
| George W Bush | 111-22-3344 | gwbu120 | gwbu3344 |
| Albert Gore | 123-45-6789 | agor120 | agor6790 |
| Cher | 000-00-0012 | cher120 | cher0012 |
The first thing to know about the GNOME window manager is that it is VERY
configurable.
If there is something you don't like about the system, chances are you can
alter it, though the ease at which it is done may vary.
The next thing to know about the GNOME window manager is that the main
programs are popped up from the menu bar at the bottom (by default, but this
can be moved to any of the four sides of the screen).
In particular, left click on the "foot" at the bottom left side of the screen
to see a menu of sorts.
Next lab will deal a little more about the GNOME environment, but in the
meantime feel free to play around with the system.
Practice builds experience.
| Command | Description |
| mkdir dirname | Make the directory with name dirname |
| cd dirname | Change the directory (go to the directory dirname) |
| cd | Go to your home directory |
| cd .. | Go to parent directory, one level up, note the space between d and . |
| pwd | Print working directory |
| ls | List what is in the current directory |
| ls -l | Long list what is in the current directory |
| ls -a | List all files, even the .name files (which are otherwise hidden) |
| rm filename | Delete the file filename |
| rmdir dirname | Delete the directory dirname (only if it is empty) |
| mv oldname newname | Rename the file or directory, technically, move the file to another location |
| cp filename1 filename2 | Copy file filename1 to filename2 |
| xemacs & | Recommended editor for editing and creating your programs |
| emacs -nw | Original emacs, with -nw, tells the computer to start program without creating a new window. Very good for when you putty (ssh) in to students from home. |
| pico | Another text editor, good for when you putty in to students from home |
| pine | E-mail program, good for when you putty into students |
| cp ~/Lab1-1/HelloWorld.java ~/Lab2-1/ | Copy the file HelloWorld.java from Lab1-1 directory into Lab2-1 directory |
| man ls | Bring up the Manual page for the ls command (or almost any command) |
| man -k java | Search the Manual page index for all references to keyword java (or any keyword) |
| treepr filename | Print the text file filename The more daring person may wish to use enscript to have more control over the output. Use man enscript. |
| lpr filename | Print the Postscript file filename |
| javac HelloWorld.java | Compile the program HelloWorld.java |
| java HelloWorld | Run the program HelloWorld |
Your TA will explain to you how to compile and run the program.
Note, see above UNIX commands.
If you want your mail to be forwarded to another email address, here is what you do. In your home directory (type in % cd), edit (or create) the file .forward using xemacs or any other text editor. Each line of the .forward file represents an address to forward all incoming mail to. So, to forward mail to clinton@whitehouse.gov, the .forward file would have the following text in the first line...
clinton@whitehouse.gov