process identifier


process identifier

(operating system)(PID) An integer used by the Unixkernel to uniquely identify a process. PIDs are returned bythe fork system call and can be passed to wait() orkill() to perform actions on the given process.