The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-06-2004
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
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.