** Start of listing of show-h2-html.cgi ** #! /bin/sh echo 'Content-type: text/plain' echo echo '** Start of listing of show-h2-html.cgi **' cat show-h2-html.cgi echo '** End of listing of show-h2-html.cgi **' echo echo 'Here is the directory entry for that file:' ls -l show-h2-html.cgi echo ' ^ Note user execute permission needed for all CGI scripts.' sh x.cgi # Guess what this does? ** End of listing of show-h2-html.cgi ** Here is the directory entry for that file: -rwx------ 1 rem user 347 Jul 5 2005 show-h2-html.cgi ^ Note user execute permission needed for all CGI scripts. (A file has been updated, try to find it)