|
It will show you what services are listening. This means if telnet is allowed, there will be a entry such as...
*.telnet *.* 0 0 0 0 LISTEN
If no one is actually connected via telnet then that is all you would see ($ netstat -a|grep -i telnet). If someone is connected, then you would see that connection also.
|