and now I see:
drwxrwxr-x 3 itc staff 8192 Oct 18 09:30 myclass
type "cd myclass"
type "dir"
and I see:
drwxr-xr-x 2 itc staff 8192 Oct 18 09:24 wwwassign
-rw-r--r-- 1 itc staff 39 Oct 18 09:30 roster
wwwassign will have to be drxrwxrwx and roster will have to be -rwxrwxr-x, so
type "chmod 777 wwwassign"
type "chmod 775 roster"
and I see:
drwxrwxrwx 2 itc staff 8192 Oct 18 09:24 wwwassign
-rwxrwxr-x 1 itc staff 39 Oct 18 09:30 roster
type "cd wwwassign"
I see
-rw-r--r-- 1 itc staff 441 Oct 18 09:24 Section1
-rw-r--r-- 1 itc staff 262 Oct 18 09:12 wwwassign
wwwassign (descriptor file) is OK, but Section1 must be -rwxrwxr-x, so
type "chmod 775 Section1"
type "cd ../../http/web101/quizzes"
type "pico index.html"
use arrows to get to the place in the page where you want the link to
be, and
type "<a href="http://www.neiu.edu/cgi-bin/WWWAssign.cgi?AssignmentName=/home/staff/itc/myclass/wwwassign/wwwassign">WWWAssign Quiz</a>"