![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Secondary groups show in groups but don't show in id (Not working) | zen03 | HP-UX | 4 | 12-31-2007 08:15 AM |
| disabled telnet now need port 23 or port 22 | panzerkw | SUN Solaris | 3 | 03-05-2007 12:08 PM |
| Kill Processes Running On a Particular Port | mahatma | UNIX for Advanced & Expert Users | 7 | 03-20-2006 04:50 AM |
| finding a process running on a port | manduva | UNIX for Advanced & Expert Users | 8 | 02-12-2004 03:49 AM |
| My sig doesn't show | Spetnik | Post Here to Contact Site Administrators and Moderators | 2 | 12-23-2003 02:19 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How to show what is running on a given port.
Is there a command that I can run (currently running AIX) that will tell me what is running on, as an example, port 7002? Also, would this command be able to list all of the ports and what's running on them? Any help is appreciated.
Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
run on ur unix command
netstat -an | grep "port#" |
|||
| Google The UNIX and Linux Forums |