Port finder in unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Port finder in unix
# 1  
Old 01-30-2008
Port finder in unix

Hi,

I need to know whether a port is being used by some application.
What is the command for the same??

Regards,
Chaitrali.
# 2  
Old 01-30-2008
lsof is one utility which can help you
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

2. AIX

How to close a unix port

I have an issue with port 7331 on our Unix box that is hung, It is stuck in a listen status: ukh-o2-jcaps1:/tstjcaps6/apptest2> netstat -a|grep 7331 tcp4 1019 0 ukh-o2-jcaps1.7331 10.230.6.7.59010 CLOSE_WAIT tcp4 1019 0 ukh-o2-jcaps1.7331 10.230.6.7.59215 ... (7 Replies)
Discussion started by: mrn6430
7 Replies

3. UNIX for Advanced & Expert Users

find out unix port number

Please could some advise me the command to find out the unix port number. regards venhart (4 Replies)
Discussion started by: venhart
4 Replies

4. Shell Programming and Scripting

Unix Port Monitoring Script

Is there a script which monitors a specific port and tells whethers its listening basically i am looking for a script which we can hardcode the port number there and hardcode an email address. It should alert to the email if the port is down. any idea.?plz (5 Replies)
Discussion started by: tintedwindow
5 Replies

5. UNIX for Advanced & Expert Users

Unix port status

disregard solved (0 Replies)
Discussion started by: calamine
0 Replies

6. UNIX for Advanced & Expert Users

Sending Finder Messages/Alerts in UNIX

I recall a UNIX command and remember actually using it where you could send finder alerts/messages to the Finder on the machine you were on or use ssh so as to send the alerts/messages to another machine on the network. You could also send Finder Alerts/Messages that had a reply field in the sense... (0 Replies)
Discussion started by: Peaves
0 Replies

7. UNIX for Dummies Questions & Answers

Windows to Unix via Serial Port

I've got a problem that I could really use some help on. What I'm trying to do is connect a Windows laptop to a Unix desktop in order to feed the unix information from a program that runs on the windows machine. I have the windows machine all set up. But I'm not sure what to do with the Unix box.... (2 Replies)
Discussion started by: GlockCW
2 Replies

8. UNIX for Advanced & Expert Users

UNIX Serial Port Redirector

Hi , I need to have an application where in I am able to create a virtual Serial port on a UNIX machine for a remote device which is accessible by a IP address and a port number (by terminal server). Both the machine and the remote device are on the same network. So after this application is... (1 Reply)
Discussion started by: naveenkj
1 Replies

9. Programming

Need to port C dll to UNIX

I have source code of a Windows C DLL. It complies properly and works. Now I need to port it to UNIX environment. I need to know if I can create a Dynamic Library or only Static Library is possible in UNIX. In case I can create a Dynamic Library please guide me how to proceed. Or if there... (2 Replies)
Discussion started by: ana_puri
2 Replies
Login or Register to Ask a Question