比如统计用户名为albert运行python的进程数目
ps -u albert | grep -c "python"
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
Linux之统计特定进程运行数量
阅读 73
2022-07-18
比如统计用户名为albert运行python的进程数目
ps -u albert | grep -c "python"
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
相关推荐
精彩评论(0)