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
Create and work within a separate subdirectory of your course directory
named assign0.
Use Emacs to create a text file named info.txt containing the following
information:
<begin with a blank line>
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)
ACNS 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.
Copy the file [LIB]/assign0/assign0submit.sh into your
assign0 directory. (Here [LIB] is shorthand for the course library. See
Lecture Notes Chapter 0.)
Change permissions on your copy of assign0submit.sh to
executable. (Enter the command "chmod 700 assign0submit.sh".)
- 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.
|