The process table in is in the RAM of a computer. It holds information about the processes that are currently handled by the OS, e.g. PID. Each process is stored in a PCB. You can have this part of memory read out and formatted with ps aux.