1. 程式人生 > >找出正在執行的python程序名稱與位置

找出正在執行的python程序名稱與位置

找出執行程序的數量

[[email protected] ~]#   ps -A  |grep  python3|wc  -l
14 個
[[email protected] ~]#  ps -axjf  |grep  python3

43054 44889 44888 43054 pts/8    44888 S+       0   0:00  |       \_ grep --color=auto python3
 2340 21775 21775  2340 pts/3    21775 Sl+      0   4:13  |   |   \_ python3 360_mul_algorithm2.py
21775 21779 21775  2340 pts/3    21775 S+       0   0:00  |   |       \_ /root/anaconda3/envs/squad/bin/python3 -c from multiprocessing.semaphore_tracker import main;main(4)