Hai,
I am running Redhat -7.1. Having some specific query related to netscape in linux.
when we open multiple netscape sessions, in gui of linux, all netscape sessions are listed under only one parent netscape session. I would like to all the process-ids of nestcape and map it to the netstat results. I have tried all ps options / ".netscape/lock" / "proc/process-id values.
If i am missing out something can u tell me.
-vimala/.
Vimala-SP wrote:
when we open multiple netscape sessions, in gui of linux,
all netscape sessions are listed under only one parent netscape session. I would like to all the process-ids of nestcape and map it to the netstat results. I have tried all ps options / ".netscape/lock" / "proc/process-id values.
If i am missing out something can u tell me.
-vimala/.
hi,
try using Mozilla. With mozilla you get different pids for different windows. With netscape you don't. Probably netscape spawns/treats different windows as threads while Mozilla spawns/treats different windows as processes. I am only guessing here so don't take this info as authorative.
for the record i tried the following:- # ps -ax | grep -i netscape
2519 ? S 0:03 /usr/lib/netscape/netscape-communicator -irix-session 2549 tty2 S 0:00 grep netscape
#ps -ax | grep mozilla
882 ? S 1:16 /usr/lib/mozilla/mozilla-bin 891 ? S 0:00 /usr/lib/mozilla/mozilla-bin 892 ? S 0:00 /usr/lib/mozilla/mozilla-bin 893 ? S 0:00 /usr/lib/mozilla/mozilla-bin 2507 tty2 S 0:00 grep mozilla
---> Vinayak Hegde