CS 3733 Operating Systems, Spring 2007 Assignment 5 Instructions
- Log onto your linux account.
- Open 3 windows
- In one window, go to ~cs3733/assign5/client
- Find your directory and make it the current directory.
- I will refer to this as the client window.
- In the second window, go to ~cs3733/assign5/server
- Find your directory and make that the current directory.
- I will refer to this as the server window.
- Copy your server executable into this directory.
- You should be able to run the server from this server directory.
- In the 3rd window, go into the same directory as the server window.
- When it is time to test your server:
- Write the following on the board:
    username
    host name
    port number
- Hand me you assignment with the cover page
- Start your server in your server directory
- After some tests are run you might have to execute the following
from the 3rd window:
    chmod a+r *
- You may be asked to exit the server and start it again.
- When you are told to test the server:
From your client window type one of the following but do
not push enter yet:
You will be told which one to do.
    runcs host port username
    runcm host port username
    runcl host port username
Wait to be told to hit enter.