I'm logged in at the moment, how do I find my process id for the shell
I'm in, given that there are loads of other shells aswell. I'm using
bash?
Thanks
Dan
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
08-29-2008, 02:14 PM
"Waleed Harbi"
How find my process id for my shell
ps aux | grep -i dan.track
dan.track = user name
On Fri, Aug 29, 2008 at 5:10 PM, Dan Track <dan.track@gmail.com> wrote:
Hi
I'm logged in at the moment, how do I find my process id for the shell
I'm in, given that there are loads of other shells aswell. I'm using
bash?
Thanks
Dan
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
--
---------------------------------------------------------------------
Yours,
Waleed Harbi
If you want your goals to come true, don't sleep
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
08-29-2008, 02:17 PM
Ed Greshko
How find my process id for my shell
Dan Track wrote:
> Hi
>
> I'm logged in at the moment, how do I find my process id for the shell
> I'm in, given that there are loads of other shells aswell. I'm using
> bash?
>
>
For a bash shell....
echo $$
Ed
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
08-29-2008, 03:29 PM
"Dan Track"
How find my process id for my shell
On Fri, Aug 29, 2008 at 3:17 PM, Ed Greshko <Ed.Greshko@greshko.com> wrote:
> Dan Track wrote:
>> Hi
>>
>> I'm logged in at the moment, how do I find my process id for the shell
>> I'm in, given that there are loads of other shells aswell. I'm using
>> bash?
>>
>>
> For a bash shell....
>
> echo $$
>
> Ed
>
Hi
Thanks that did it.
Dan
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
09-01-2008, 05:39 AM
Amitakhya Phukan
How find my process id for my shell
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dan Track wrote:
> Hi
>
> I'm logged in at the moment, how do I find my process id for the shell
> I'm in, given that there are loads of other shells aswell. I'm using
> bash?
>
> Thanks
> Dan
Hi,
What about ps -ef | grep -i bash ?
If you get something like this, then you can find out the process id
of all the shells.
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
09-01-2008, 07:06 AM
"joachim.backes@rhrk.uni-kl.de"
How find my process id for my shell
Amitakhya Phukan wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dan Track wrote:
Hi
I'm logged in at the moment, how do I find my process id for the shell
I'm in, given that there are loads of other shells aswell. I'm using
bash?
Thanks
Dan
Hi,
What about ps -ef | grep -i bash ?
If you get something like this, then you can find out the process id
of all the shells.
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines