pids
Process identifiers, commonly abbreviated as PIDs, are numeric labels assigned by an operating system to individual processes to identify and manage them during execution. A PID is typically valid only for the lifetime of its process and is unique within the system (or within a given namespace). PIDs are used by system utilities and programming APIs to refer to processes, and many commands display the PID of each listed process.
In Unix-like systems, the kernel assigns a PID when a new process is created. The current process
PIDs are finite and recycled; once a process terminates, its PID may later be reassigned to a
Other uses of the acronym PID exist outside operating systems; for example, PID also stands for proportional–integral–derivative