ulimit -a #### #!/bin/sh -x printf "Content-type: text/plain\n\n" exec 2>&1 id ulimit -a env #### #!/bin/sh -x printf "Content-type: text/plain\n\n" exec 2>&1 /path/to/your/CGI/script
## #!/bin/sh -x printf "Content-type: text/plain\n\n" exec 2>&1 id ulimit -a env ##
## #!/bin/sh -x printf "Content-type: text/plain\n\n" exec 2>&1 /path/to/your/CGI/script