Difference between revisions of "Fork system call"
From Teknologisk videncenter
(Created page with " =Links= *[https://devarea.com/linux-fork-system-call-and-its-pitfalls/#.Y5v3THbMJPY good article from devarea.com] Category:Linux") |
m |
||
Line 1: | Line 1: | ||
− | + | =check= | |
+ | <source lang=bash> | ||
+ | heth@emb3:~/bin/htiot$ ps xo pid,ppid,pgid,sid,comm | grep -P '(screen|PPID)' | ||
+ | PID PPID PGID SID COMMAND | ||
+ | 500011 1 500011 500011 screen | ||
+ | </source> | ||
=Links= | =Links= | ||
*[https://devarea.com/linux-fork-system-call-and-its-pitfalls/#.Y5v3THbMJPY good article from devarea.com] | *[https://devarea.com/linux-fork-system-call-and-its-pitfalls/#.Y5v3THbMJPY good article from devarea.com] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 07:20, 16 December 2022
check
heth@emb3:~/bin/htiot$ ps xo pid,ppid,pgid,sid,comm | grep -P '(screen|PPID)'
PID PPID PGID SID COMMAND
500011 1 500011 500011 screen