#!/usr/bin/python # webwhoami - show web users id import getpass print "Content-Type: text/plain\n" print "Running as %s\n" % getpass.getuser()