From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LV6t9-0007Q3-8R for garchives@archives.gentoo.org; Thu, 05 Feb 2009 16:15:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8693E03C6; Thu, 5 Feb 2009 16:15:13 +0000 (UTC) Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.158]) by pigeon.gentoo.org (Postfix) with ESMTP id C5865E03C6 for ; Thu, 5 Feb 2009 16:15:13 +0000 (UTC) Received: by yw-out-1718.google.com with SMTP id 5so134349ywm.46 for ; Thu, 05 Feb 2009 08:15:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=k9p6RmQN+J6ZtpfCemXJI5zLwbfcT70ovvRogCVOSho=; b=kUf5cSFHZtVXH8RG7MB9ZlWdDOYdQki8Jq2Ksavs2SQCC8UMsMHESG6atOzEMhlDSE 81UyP5H9nOFEvViSNaoeYjgXUUXos5lFZK4NI9uEM9K8Ij/Hw/H14vJJdYJUf8RXAjZv d2GLCv9hY5PGoNuMNBkylpfA2+9Ni4GGwFGic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=h+ErKOiFkh2S8dY17eC5mbwcssHZeXs15tIZS5B5aoB1EU2kR8/MN+J6zh/q1ZkVNu nAuhH9L/VStihdHhV6p2G2X0unnzRChGojM16fD6n9vdIY37zl+Jg7aSmXYaYI4pU+qe qWivZivv740eIvcg4TZuLlIbc91l9WlRl74Hw= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.150.97.19 with SMTP id u19mr702690ybb.13.1233850513491; Thu, 05 Feb 2009 08:15:13 -0800 (PST) In-Reply-To: <818335.11310.qm@web51312.mail.re2.yahoo.com> References: <818335.11310.qm@web51312.mail.re2.yahoo.com> Date: Thu, 5 Feb 2009 08:15:13 -0800 Message-ID: <350fc7cf0902050815l321c1d12g761595efac6b5b9e@mail.gmail.com> Subject: Re: [gentoo-user] accessing a bash From: Andrey Falko To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=000e0cd402ac9005a304622e3574 X-Archives-Salt: d530e5fb-6850-4341-9f93-77347ea23ab3 X-Archives-Hash: c2c24c258999d645dc0e624d3b58f222 --000e0cd402ac9005a304622e3574 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On Thu, Feb 5, 2009 at 8:04 AM, 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? > 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. --000e0cd402ac9005a304622e3574 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Thu, Feb 5, 2009 at 8:04 AM, Jon Hardcastle <= span dir=3D"ltr"><jd_hardcast= le@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 jus= t killing it?