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