Process Identifier

In computing, the process identifier (a.k.a.

process ID or PID) is a number used by most operating system kernels—such as those of Unix, macOS and Windows—to uniquely identify an active process. This number may be used as a parameter in various function calls, allowing processes to be manipulated, such as adjusting the process's priority or killing it altogether.

Unix-like

In Unix-like operating systems, new processes are created by the fork() system call. The PID is returned to the parent process, enabling it to refer to the child in further function calls. The parent may, for example, wait for the child to terminate with the waitpid() function, or terminate the process with kill().

There are two tasks with specially distinguished process IDs: swapper or sched has process ID 0 and is responsible for paging, and is actually part of the kernel rather than a normal user-mode process. Process ID 1 is usually the init process primarily responsible for starting and shutting down the system. Originally, process ID 1 was not specifically reserved for init by any technical measures: it simply had this ID as a natural consequence of being the first process invoked by the kernel. More recent Unix systems typically have additional kernel components visible as 'processes', in which case PID 1 is actively reserved for the init process to maintain consistency with older systems.

Process IDs, in the first place, are usually allocated on a sequential basis, beginning at 0 and rising to a maximum value which varies from system to system. Once this limit is reached, allocation restarts at 300 and again increases. In macOS and HP-UX, allocation restarts at 100. However, for this and subsequent passes any PIDs still assigned to processes are skipped. Some consider this to be a potential security vulnerability in that it allows information about the system to be extracted, or messages to be covertly passed between processes. As such, implementations that are particularly concerned about security may choose a different method of PID assignment. On some systems, like MPE/iX, the lowest available PID is used, sometimes in an effort to minimize the number of process information kernel pages in memory.

The current process ID is provided by a getpid() system call, or as a variable $$ in shell. The process ID of a parent process is obtainable by a getppid() system call.

On Linux, the maximum process ID is given by the pseudo-file /proc/sys/kernel/pid_max.

Pidfile

Some processes, for example, the moc music player and the MySQL daemon, write their PID to a documented file location, to allow other processes to look it up.

Microsoft Windows

On the Windows family of operating systems, one can get the current process's ID using the GetCurrentProcessId() function of the Windows API, and ID of other processes using GetProcessId(). Internally, process ID is called a client ID, and is allocated from the same namespace as thread IDs, so these two never overlap. The System Idle Process is given process ID 0. The System Process is given the process ID 8 on Windows 2000 and 4 on Windows XP and Windows Server 2003. On the Windows NT family of operating systems, process and thread identifiers are all multiples of 4, but it is not part of the specification.

See also

References

Tags:

Process Identifier Unix-likeProcess Identifier Microsoft WindowsProcess IdentifierComputingKernel (operating system)Kill (command)MacOSOperating systemProcess (computing)UnixWindows

🔥 Trending searches on Wiki English:

Ottoman EmpireCassie VenturaRiley KeoughJeffrey EpsteinJustin HartleyContinuous truss bridgeKevin Von ErichJamie Lynn SpearsIsrael–Hamas warOperation Valentine (film)Jack KevorkianEkaterina AlexandrovaRobert F. Kennedy Jr. 2024 presidential campaignNCIS (season 21)Katrina LawRebel WilsonStormy DanielsLeave the World Behind (film)CanadaNATOMao ZedongAmanda BynesBlack Dolphin PrisonWikipediaSeptember 11 attacksAkira ToriyamaLokesh Kanagaraj2024 Senegalese presidential electionRamadanKepler's SupernovaFlorence PughMaerskCatFritzl caseMadame Web (film)2024 Formula One World ChampionshipThe Beekeeper (2024 film)George VIElvis PresleyBaltimoreAnimal (2023 Indian film)Macky SallKim PorterApples Never FallReba McEntireDune MessiahAdam NeumannMia KhalifaSwitzerlandJames CarvilleElizabeth HolmesGareth BaleHaitiKobbie MainooWilliam, Prince of WalesBeyoncéBad Boy RecordsMarylandLiverpool F.C.Carrie FisherMadgaon ExpressVeer Savarkar (film)Lisa Marie PresleyViral videoBrittany SnowJay-ZHeath LedgerEuropeBarkley MarathonsCaliforniaElizabeth IIWikiAlia BhattJennifer LawrenceList of dates for EasterElection Commission of IndiaCanva🡆 More