os.system

Martin Eggen martineg at ifi.uio.no
Sat Dec 4 15:03:22 EST 1999


* David Smead
| This works in the test mode, but jeeps isn't called when executed as a
| CGI.  Any comments would be appreciated.

| -------		here's the script called jeeps
| 
| #!/bin/sh
| date > jnkdate

Perhaps because the script is running as 'nobody' or another such user
when running as a CGI, which might not have write access to
<whereever>.

-- 
Martin Eggen <martineg at ifi.uio.no>
http://www.stud.ifi.uio.no/~martineg/




More information about the Python-list mailing list