Help for this page

Select Code to Download


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