** Start of listing of h1-sh.cgi ** #! /bin/sh echo 'Content-type: text/plain' echo echo 'The current date and time on this server in California is:' date echo echo "Your client/browser is on IP number $REMOTE_ADDR" echo echo "The PATH is $PATH currently" echo "(the only environment variable common to both CGI and login)." ** End of listing of h1-sh.cgi ** Here is the directory entry for that file: -rwx------ 1 rem user 289 Aug 26 2004 h1-sh.cgi ^ Note user execute permission needed for all CGI scripts.