The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
process identifier1. An integer used by the Linux 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. From Linux Guide @FirstLinux 2. Shown in the heading of the ps command as PID. The unique number assigned to every process running in the system. |
|
|