質問

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

I stumbled upon them at strace-pids.

役に立ちましたか?

解決

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

see this question for more details

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top