You are not logged in.
Pages: 1
Hello!
I have a problem with a unknown application.
For azureus I want to use the port 6000. But the port is already in use! I don't know which application uses this port! Is there any tool, which show me, wich application use which port?
Thanks for help!
Greetings,
Flasher
Offline
As root, try:
netstat -ntlp
It may help...
Last edited by boily (2007-03-21 23:22:31)
A centipede is an inchworm that has switched to the metric system.
Offline
This is X11 ports to support remote x-windows sessions. Of course You can off it.
/usr/bin/startx:
defaultserverargs="-nolisten tcp"
Of course for kdm/xdm/gdm You must edit config file ex.:
/opt/kde/share/config/kdm/kdmrc:
ServerCmd=/usr/bin/X -nolisten tcp -br
that's all folks
Last edited by us3r (2007-04-10 21:33:16)
Offline
lsof -i as root should give you a list of programs with ports open. As non-root it will only list programs running under your name.
Offline
where can i find lsof?
Offline
where can i find lsof?
pacman -S lsof
Offline
Snowman,
i must have misspelled several times yesterday night I kept trying to find it with pacman and i couldn't.
Thanks for the help
Offline
Pages: 1