Meaning of PID, PPID and TGID

47,564
  • PID: Process Id
  • PPID: Parent Process Id (the one which launched this PID)
  • TGID: Thread Group Id

see this question for more details

Share:
47,564
Nordlöw
Author by

Nordlöw

Have worked with Simulators and Signal and Image Processing. Fluent in D, C, C++, Python and MATLAB. Have worked with Boost, Armadillo, FFTW, OpenCV. Have developed for Linux and Windows.

Updated on July 12, 2022

Comments

  • Nordlöw
    Nordlöw almost 2 years

    What does the Linux kernel acronyms PID, PPID, TGID stand for?

    I stumbled upon them at strace-pids.