The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-03-2007
Awadhesh's Avatar
Awadhesh Awadhesh is offline
Registered User
 

Join Date: Jul 2005
Location: Delhi, India
Posts: 92
configuration file is /etc/inet/services

for ex:
to know about telnet port u can use
# grep telnet /etc/inet/services
telnet 23/tcp.

Awadhesh
Reply With Quote