📌  相关文章
📜  查找 Apache http 进程 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:23.848000             🧑  作者: Mango

代码示例1
# ps -ef | grep -i http | awk '{print $1}'