Ask a Question related to UNIX Programming, Design and Development.
-
sastry #1
How to I find which processes is using particular port Num
Hi All,
I would like to find out which process is using particular port
number.
Is there anything like that or not?
Thanks in-advance.
With regards
Sastry
sastry Guest
-
Daemon proc run on a port, kill daemon and cannot restart on same port for 10 minutes.
Unix is AIX 4.3 The daemon is a license manager which runs for an application. Killing the daemon is fine. (using the 'kill -9 <pid>')... -
unkillable processes causes?
Hello, What are possible reasons for a process not being kill(1)-able in Solaris (or Unix in general)? (Especially SIGKILL.) Doing a quick... -
child processes
hello all, I am working on Sparc OS version 5.8. I have a code which is sth like while(i < N) { ... do some processing in c++ to create file... -
Unkillable processes?
My firewall is running sarge, which I upgraded from woody about a month and a half ago, but this problem appears to be an ongoing issue that carried... -
Kproc Processes
I know that kproc process of PID 516 is the wait process, but there are several other kproc processes on the single-processor system. Can anyone... -
Barry Margolin #2
Re: How to I find which processes is using particular port Num
In article <beju2l$j33$1@newshost.mot.com>, sastry <sastry@motorola.com> wrote:
Install "lsof" if it's not already on your system.>Hi All,
> I would like to find out which process is using particular port
>number.
--
Barry Margolin, [email]barry.margolin@level3.com[/email]
Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
Barry Margolin Guest
-
dbtid #3
Re: How to I find which processes is using particular port Num
sastry wrote:
You don't mention what OS you're using.> Hi All,
> I would like to find out which process is using particular port
> number.
>
> Is there anything like that or not?
> Thanks in-advance.
>
> With regards
> Sastry
>
>
For linux, look for lsof.
HTH
dbtid Guest
-
Lorinczy Zsigmond #4
Re: How to I find which processes is using particular port Num
sastry wrote:
eg: fuser -n tcp 23> Hi All,
> I would like to find out which process is using particular port
> number.
>
> Is there anything like that or not?
> Thanks in-advance.
Lorinczy Zsigmond Guest



Reply With Quote

