CS 427/527 Assignment Submission Form
The following form is intended to allow for easy submission
of programming projects and assignments for the
CS 427/527 Computer Security Course.
All the necessary files need to be archived into a single
compressed archive file which is then submitted via this form.
A compressed Unix tarball, using either compress
or gzip, or a PKZIP file is acceptable. To create
a compressed tarball containing the files
fred.c and wilma.h do the following:
tar cvf - fred.c wilma.h | compress > f.tar.Z
To create a gzipped tarball do the following:
tar cvf - fred.c wilma.h | gzip > f.tar.gz
To create a .zip file under DOS/Win32, get a copy of
winzip,
PKZIP,
or find a shareware version somewhere. In Linux, you can do the
following:
zip f.zip fred.c wilma.h
Orest Pilskalns
orest@vancouver.wsu.edu
Jan 11, 2007