6 Matching Annotations
- Feb 2021
-
unix.stackexchange.com unix.stackexchange.com
-
ps -o pid,pgid,stat,args
-
-
-
ps --forest -o pid,tty,stat,time,cmd -g $(ps -o sid= -p 2795)
-
To get all the processes spawned by a process the whole tree needs to be built. I used awk for that. At first it builds a hash array to contain all PID => ,child,child... . At the end it calls a recursive function to extract all the child processes of a given process. The result is passed to another ps to format the result.
-
- Jan 2020
-
wilsonmar.github.io wilsonmar.github.io
-
ps f
this doesn't run on my system. However
ps -f
seems to list processes started in the terminal andps -ef
lists all (?) processes
Tags
Annotators
URL
-
- Nov 2019
-
www.pcmag.com www.pcmag.com
-
a promising technology for decades that's never truly caught on. That's constantly changing with the current wave of VR products,
PC magazine is a online compuer magazine, based on popular topics ranging form hackers to smartphones.
Rating: 9/10
-
- Oct 2019
-
www.grammarly.com www.grammarly.com
-
In 1973, four years before it was published, Philip K. Dick sent his agent, Scott Meredith, an outline of his novel A Scanner Darkly. This cover letter includes an enthusiastic PS.
-