On Thu, Feb 5, 2009 at 8:04 AM, Jon Hardcastle
<jd_hardcastle@yahoo.com> 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?
Thanks.
See if it has a parent process by running pstree. It could be that you ran something in console or that you su-ed at some other instance.