Assignment 0: Submission Verification and Portfolio Creation

Operational Objectives: Create and submit one text file of contact information

Deliverables: One file info.txt

Procedural Requirements

  1. Create and work within a separate subdirectory of your course directory named assign0.

  2. Use Emacs (or vi or Pico) to create a text file named info.txt containing the following information:

    Name:          (your official registration name at FSU)
    
    Nickname:      (examples: "Bob", "Harriet", "Mr Smith", "Ms Smith", "Mrs Smith", "Dr Smith")
    
    CS Username:   (your CS login name)
    
    FSU Username:  (your Blackboard login name)
    
    Phone:         (a phone number where you could be reached in case of emergency)
                   (hours when the number is valid, e.g., 9-5, evenings, weekends, ...)
    

    Note that this file will reside in your class portfolio, which is accessible only by the instruction staff.

  3. Copy the file ~cop5517p/spring12/assign0/assign0submit.sh into your assign0 directory.

  4. Change permissions on your copy of assign0submit.sh to executable. (Enter the command "chmod 700 assign0submit.sh".)

  5. Turn in the file info.txt, using the assign0submit.sh submit script. (Enter the command "assign0submit.sh".)

    Warning: Submit scripts do not work on the program and linprog servers. Use shell.cs.fsu.edu to submit projects. If you do not receive the second confirmation with the contents of your project, there has been a malfunction.