Finding Apache Http Process

[Solved] Finding Apache Http Process | Shell - Code Explorer | yomemimo.com
Question : Finding Apache http Process

Answered by : unsightly-unicorn-dgjcsqd0o97w

# ps -ef | grep -i http | awk '{print $1}'

Source : https://thelinuxterminal.com/10-tips-to-secure-your-apache-web-server-on-unix-linux/ | Last Update : Thu, 26 Aug 21

Answers related to finding apache http process

Code Explorer Popular Question For Shell