20080331 What is a PID, How is it useful when troubleshooting a system

PID = Process Identifier, 是一个全局唯一的用来标识进程的整数。在多任务系统中,可用来诊断系统中发生错误的进程。

原文地址:https://www.cnblogs.com/likun/p/1130458.html