Skip to content

Instantly share code, notes, and snippets.

@nelsonJM
Created October 30, 2012 14:14
Show Gist options
  • Select an option

  • Save nelsonJM/3980398 to your computer and use it in GitHub Desktop.

Select an option

Save nelsonJM/3980398 to your computer and use it in GitHub Desktop.
PHP: Find Apache user
<?php
echo shell_exec('whoami');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment