Skip to content

Programs and processes

What is a process?

  • A process is a running program. Your browser, your editor, and the shell itself are all processes.
  • Each has a number — a PID (process ID) — that the system uses to keep track of it.
  • (These commands talk to the real operating system, so they aren't part of our simulator — but here is what you'll use on a real machine.)

A process list with PIDs; the frozen one eating 98% CPU gets stopped with kill

Log in or create account

IGCSE & A-Level