The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
Command to know port no
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Command to know port no
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
08-03-2007
Awadhesh
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
Awadhesh
View Public Profile
Find all posts by Awadhesh