Gentoo Archives: gentoo-user

From: Andrey Falko <ma3oxuct@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] accessing a bash
Date: Thu, 05 Feb 2009 16:15:39
Message-Id: 350fc7cf0902050815l321c1d12g761595efac6b5b9e@mail.gmail.com
In Reply to: [gentoo-user] accessing a bash by Jon Hardcastle
1 On Thu, Feb 5, 2009 at 8:04 AM, Jon Hardcastle <jd_hardcastle@×××××.com>wrote:
2
3 > Hey guys.. random Linux question.
4 >
5 > If i have a bash process running on my machine that i am not 'attatched' to
6 > is there anyway to access it and see what it is doing short of just killing
7 > it?
8 >
9
10 Thanks.
11
12
13 See if it has a parent process by running pstree. It could be that you ran
14 something in console or that you su-ed at some other instance.