| |
Network: Which deamons are listening?(last edit: 2000-11-22)
You can find which deamons are listingen at the moment with the 'netstat' command:
user@host:/#netstat -a | grep LISTEN
tcp 0 0 *.smtp *.* LISTEN
tcp 0 0 *.ssh *.* LISTEN
tcp 0 0 *.http *.* LISTEN
As you can see I have a 'http' deamon, 'ssh' deamon and a 'smtp' deamon running and listening.
Click here to go back to the index.
|