查看proc手册页(http://man7.org/linux/man-pages/man5/proc.5.html),可以通过查看flags值(PF_KTHREAD)来检测哪些进程是/proc/<pidflags %u (%lu before Linux 2.6.22) meanings, see the PF_* de
在我的Python中,我想检查otherscript.py当前是否运行在(Linux)系统上。other_script_running = any("otherscript.py" in p.info["name"] for p in proc_iter)
问题是,p.info["name"]只给出了进程的可执行文件的名称因此,如果在系统上执行python otherscript.py,p.info["name"]将只是该进程的python,而