PID

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 May 11 10:4
Editor
Edited
Edited
2023 Oct 24 12:43

Process identification value

Parent child nested tree architecture
  • $$ is current process PID
  • 0 ~ 32767 for compatibility with 16-bit hardware platforms
  • When the kernel creates the 32768th process in the system, it must start recycling the lower unused PIDs.
PID Usages
 
 
 
 
 
 

Recommendations