grep for 'php' in processes
Posted: Thu Oct 11, 2007 12:20 pm
How would I use grep to look for all of the active php processes?
ps -ax ... <?>
Thanks,
- Don
ps -ax ... <?>
Thanks,
- Don
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
ps -A | grep phpCode: Select all
ps -A | grep php5Code: Select all
pgrep php