Question

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

I stumbled upon them at strace-pids.

Was it helpful?

Solution

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

see this question for more details

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top