This means that the sh process calls the mozilla.sh script. However
there should be another process which is the actually binary running
itself. In my system for example:
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
07-22-2010, 03:20 PM
ps aux
Florez, Nestor wrote:
>
> I am running RHEL5 and looking at the result from
>
> 'ps aux | more', I see this line
>
> /bin/sh /usr/lib64/firefox-3.0/run-mozilla.sh
> /usr/lib64/firefox-3.0/firefox
>
> Does this means that firefox is running?
man ps
mark
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
07-22-2010, 03:33 PM
"Florez, Nestor"
ps aux
That is the thing, the machine is my web browser
and I was just wondering why is there a firefox process
but as you said then the firefox executable is not running but
why is the mozila.sh running?
Thanks,
-----Original Message-----
From: redhat-list-bounces@redhat.com [mailto:redhat-list-bounces@redhat.com] On Behalf Of Georgios Magklaras
Sent: Thursday, July 22, 2010 8:12 AM
To: General Red Hat Linux discussion list
Subject: Re: ps aux
On 07/22/2010 04:46 PM, Florez, Nestor wrote:
> Hi people,
>
>
>
> I am running RHEL5 and looking at the result from
>
> 'ps aux | more', I see this line
>
> /bin/sh /usr/lib64/firefox-3.0/run-mozilla.sh /usr/lib64/firefox-3.0/firefox
>
>
>
> Does this means that firefox is running?
>
>
>
> Thanks,
>
>
>
> Néstor
>
>
This means that the sh process calls the mozilla.sh script. However
there should be another process which is the actually binary running
itself. In my system for example:
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
07-22-2010, 03:40 PM
"Florez, Nestor"
ps aux
Yes, I read it and I see:
"An alternate description is that this option causes ps
to list all processes with a terminal (tty), or to list all processes
when used together
with the x option."
Yes, I wanted to see all the process running on my system by user root.
????
Thanks
-----Original Message-----
From: redhat-list-bounces@redhat.com
[mailto:redhat-list-bounces@redhat.com] On Behalf Of m.roth@5-cent.us
Sent: Thursday, July 22, 2010 8:20 AM
To: General Red Hat Linux discussion list
Subject: Re: ps aux
Florez, Nestor wrote:
>
> I am running RHEL5 and looking at the result from
>
> 'ps aux | more', I see this line
>
> /bin/sh /usr/lib64/firefox-3.0/run-mozilla.sh
> /usr/lib64/firefox-3.0/firefox
>
> Does this means that firefox is running?
man ps
mark
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
07-22-2010, 03:45 PM
"Florez, Nestor"
ps aux
George,
I see the executable running. I missed it when I first
run the 'ps aux' command.
I see that this process is been running since march 16
Must be some process running wild.
I will kill it.
Thanks that helped!!!
-----Original Message-----
From: redhat-list-bounces@redhat.com [mailto:redhat-list-bounces@redhat.com] On Behalf Of Georgios Magklaras
Sent: Thursday, July 22, 2010 8:12 AM
To: General Red Hat Linux discussion list
Subject: Re: ps aux
On 07/22/2010 04:46 PM, Florez, Nestor wrote:
> Hi people,
>
>
>
> I am running RHEL5 and looking at the result from
>
> 'ps aux | more', I see this line
>
> /bin/sh /usr/lib64/firefox-3.0/run-mozilla.sh /usr/lib64/firefox-3.0/firefox
>
>
>
> Does this means that firefox is running?
>
>
>
> Thanks,
>
>
>
> Néstor
>
>
This means that the sh process calls the mozilla.sh script. However
there should be another process which is the actually binary running
itself. In my system for example: