Process Management

PID

English

Overview

The identifying number assigned to each running process.

Details

Short for Process ID, a unique identifying number the kernel assigns to each process, used to target a specific process with commands like kill.

More Linux terms