📌  相关文章
📜  如何检查 python 脚本是否正在运行 - Shell-Bash 代码示例

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

代码示例1
# using Ubuntu
ps -aux | grep "python"  # will give you the list of python process running