Pid

From Hackepedia
Revision as of 06:24, 7 October 2005 by Pbug (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

A pid is the process identication number. Special pids are swapper (0) and init (1). OpenBSD (by default) and FreeBSD chose random pid numbers when a new process is forked, other systems chose the next sequentially available number.