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 1LV92G-0004CJ-8X for garchives@archives.gentoo.org; Thu, 05 Feb 2009 18:33:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D38CE0402; Thu, 5 Feb 2009 18:33:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 241C5E0402 for ; Thu, 5 Feb 2009 18:33:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A592D64833 for ; Thu, 5 Feb 2009 18:33:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.4 X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.5 tests=[AWL=0.199, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BNszG6+-Pq3Q for ; Thu, 5 Feb 2009 18:33:01 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C5331642ED for ; Thu, 5 Feb 2009 18:32:58 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LV920-0000TF-4p for gentoo-user@gentoo.org; Thu, 05 Feb 2009 18:32:56 +0000 Received: from athedsl-106328.home.otenet.gr ([87.203.54.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Feb 2009 18:32:56 +0000 Received: from realnc by athedsl-106328.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Feb 2009 18:32:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: accessing a bash Date: Thu, 05 Feb 2009 20:33:04 +0200 Organization: Lucas Barks Message-ID: References: <818335.11310.qm@web51312.mail.re2.yahoo.com> 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 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-106328.home.otenet.gr User-Agent: Thunderbird 2.0.0.19 (X11/20090203) In-Reply-To: <818335.11310.qm@web51312.mail.re2.yahoo.com> Sender: news X-Archives-Salt: e352c684-7dd3-4cfe-9d80-f146d2533447 X-Archives-Hash: e872ec1c52e1745e91ed5f4154c36f15 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. Give us the output of "ps aux | grep bash" and we might be able to tell what it does.