Results 1 to 5 of 5
Is that any file stores different port usage, for example, the port for apache?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-16-2005 #1Linux Newbie
- Join Date
- Dec 2005
- Location
- Singapore
- Posts
- 234
port no
Is that any file stores different port usage, for example, the port for apache?
Proper Planing is a way of success
- 12-16-2005 #2
I'm sure this information is online if you search for it. Did you search before posting??
...
This link (CLICK HERE) is the first hit when I searched for "linux apache port" on google.
Please search before posting.
EDIT:: Read the first two links in my signature please.Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-16-2005 #3Linux Newbie
- Join Date
- Dec 2005
- Location
- Singapore
- Posts
- 234
yes, i can get it online, but as you know I'm change from windows to linux, because that is a file in Windows that stores all the port no for different application
Originally Posted by smolloy Proper Planing is a way of success
- 12-16-2005 #4Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
to see what is currrent'y running and on what ports it's listening you can use netstat.
netstat -al
the file /etc/services has a listing of all the ports / names so you can cross-reference them, to determine that a service in the first listing such as netbios-ssn is port 139.
while netstat -lp will show you what program has which port open..
Code:Proto | Recv-Q | Send-Q | Local Address | Foreign Address | State | PID/Program name ----------------------------------------------------------------------------------------------- tcp | 0 | 0 | *:netbios-ssn | *:* | LISTEN | 3414/smbd
far...out
- 12-20-2005 #5Linux Newbie
- Join Date
- Dec 2005
- Location
- Singapore
- Posts
- 234
Thks for ur reply
Originally Posted by farslayer Proper Planing is a way of success


Reply With Quote
