Code Safari

Chapter 109·Intermediate

Processes, Signals & Ports

01 / 06

The core idea

A process is a running program.

A file on disk is just a recipe. Start it and the kernel creates a process — a live instance with memory, a user, and a number called a PID.

Processes, Signals & Ports | Code Safari