python linux查看正在运行的python程序
Linux查询正在运行的python程序
ps -ef | grep python
[root@iZm5e9wyhfasdfasdfd5bb879Z test]# ps -ef |grep python
root 8739 8320 2 21:05 pts/1 00:00:03 python test.py
root 9661 8320 0 21:07 pts/1 00:00:00 grep --color=auto python
[root@iZm5e9wfasdf4ed5bb879Z test]#