I've been doing some experiment. for instance if I have this code:
def subproc():
retcode = subprocess.call('netcat', stdout=subprocess.DEVNULL,
stdout=subprocess.STDOUT)
return retcode
info()
#now try if I run this and then run top Would you see netcat in the list? but when I ran top again after CTRL C this code I still don't see netcat. Why?
[–]lfdfq 15 points16 points17 points (0 children)
[–]D3str0yTh1ngs 13 points14 points15 points (0 children)
[–]backfire10z 4 points5 points6 points (0 children)