next up previous
Next: Part 2: Cached Up: Part 1: Socket Previous: Part 1: Socket

What to turn in?

The deadline of Project-1 Part-1 is Tuesday Feb 6 before 6:00pm. You can turn in your projects during class or in my office (CS274).

You have to turn in a printout of the following:

  1. All your source files.

  2. The output of running the following commands

            >socktrace finger russo@leonardo
    
            >socktrace ftp <some-host>
                    ls <some-directory>
                    get <some-file>
                    bye
    
            >socktrace telnet <some-host>
                    login: <your-account>
                    password: <your-password>
                    date
                    exit
    
            >socktrace Mosaic
                    <follow one link>
                    quit
    

  3. Answer to the following questions:

    1. Why the command "socktrace rlogin" does not work?

    2. Why the following does not work?

              cd /
              cd <path-where-socktrace-is>/socktrace finger
      

    3. What could you do to solve this problem?

Some manual pages that may be useful to answer the previous questions are ld(1) and ldd(1).



Gustavo Rodriguez-Rivera
Tue Feb 13 16:34:51 EST 1996