Search Results

Search: Posts Made By: laddu
5,994
Posted By laddu
Using grep
I have to extract those lines from the ps command that match a particular pid. So i use a grep in my script like this


$pid=1234
ps | grep "$pid"


This also matches lines with pid 12345.....
3,439
Posted By laddu
find number of incoming requests to a server
How to find the number of incoming requests to a http server and the maximum requests it can serve?
Forum: Linux 02-04-2007
9,402
Posted By laddu
#/sbin/ifconfig lo Link encap:Local...
#/sbin/ifconfig

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
...
Forum: Linux 01-31-2007
9,402
Posted By laddu
No, there is no ethernet card.how do i connect to...
No, there is no ethernet card.how do i connect to internet using existing connection
Forum: Linux 01-29-2007
9,402
Posted By laddu
it is connected to usb
it is connected to usb
10,766
Posted By laddu
In the output what is the address that is output...
In the output what is the address that is output along with the libraries.why is it different for the same library file for different executables?
Forum: Linux 01-27-2007
9,402
Posted By laddu
setting up internet connection
I'm having fedora core4.I have a ADSL modem and can access through Windows.I tried setting up internet connection in linux using setup command and netconfig,but doesn't work. can anybody help me with...
10,766
Posted By laddu
ldd output
can anybody tell me wat does the ldd output mean.cant understand it!!
10,418
Posted By laddu
for example: if the httpd is using mysql how to...
for example: if the httpd is using mysql how to see this relationship. given that pid of httpd is known how to get pids of the related processes.
10,418
Posted By laddu
process dependency
how to find all the processes associated with a given process in unix,is there any command for this.
Forum: IP Networking 01-09-2007
128,778
Posted By laddu
how to find port numbers a web server is listening to
I want to write a program to list all port numbers a process like web server is listening to.Is there a any unix command to find the port numbers and the processes(pid) connected to that port.
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 03:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy