Created
February 22, 2020 00:36
-
-
Save DominicWatts/b5a733fc8e4060a5f350fe8ee8a4c4fe to your computer and use it in GitHub Desktop.
Cli : Find Running PHP #CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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