PID
From MEPIS Documentation Wiki
Process Identification Number. Every program running in a Linux operating system is assigned a unique number called a process ID or PID. Numbers can be viewed by pressing the keys Ctrl-Esc or typing in a terminal:
ps -A
or, for more detail:
ps aux