Definitions for "Process Identifier" Add To Word List
Login or Register  | Word Lists | Search History

Keywords: Pid, Kernel, Unix, Unique, Fork
An integer used by the Unix kernel to uniquely identify a process. PIDs are returned by the fork system call and can be passed to wait() or kill() to perform actions on the given process.
Helpful?           0
Shown in the heading of the ps command as PID. The unique number assigned to every process running in the system.
Helpful?           0
(in UNIX) that is native to a machine or operating system.
Helpful?           0
See PID
Helpful?           0
A numerical identifier that uniquely distinguishes a process while it runs. Use Task Manager to view PIDs. See also: Task Manager; process
Helpful?           0
In computing, the process identifier (normally referred to as the process ID or just PID) is a number used by some operating system kernels (such as that of UNIX, Mac OS X or Windows NT) to uniquely identify a process.
Helpful?           0