On Donnerstag 05 Februar 2009, Jon Hardcastle wrote: > Hey guys.. random Linux question. > > If i have a bash process running on my machine that i am not 'attatched' to > is there anyway to access it and see what it is doing short of just killing > it? >
open files: lsof everything else: strace

