Skip to content

Instantly share code, notes, and snippets.

@DominicWatts
Created February 22, 2020 00:36
Show Gist options
  • Select an option

  • Save DominicWatts/b5a733fc8e4060a5f350fe8ee8a4c4fe to your computer and use it in GitHub Desktop.

Select an option

Save DominicWatts/b5a733fc8e4060a5f350fe8ee8a4c4fe to your computer and use it in GitHub Desktop.
Cli : Find Running PHP #CLI
ps -aux | grep '/usr/bin/php'
ps -aux | grep 'php'
ps -aux | grep 'php bin/magento'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment