PID 常指 process ID(进程号):操作系统为每个正在运行的进程分配的唯一标识符,用于管理、监控或终止该进程。(也可指 Proportional–Integral–Derivative 控制器,但在计算机语境里最常见的是“进程号”。)
/ˌpiː aɪ ˈdiː/
My computer shows the PID of the running program.
我的电脑显示正在运行的程序的 PID(进程号)。
If the server stops responding, you can find its PID and restart it safely.
如果服务器停止响应,你可以找到它的 PID(进程号),并安全地重启它。
PID 是缩写词,来自 Process ID(Process = 进程,ID = identification/identifier,标识/编号)。它在类 Unix 系统(如 Linux、macOS)及许多操作系统的进程管理中被广泛使用。