Hi friends this is rakesh recently i went to an interview
there they asked me what is the port number using to connect
telnet from one system to another system and what deamon is
used to connect telnet.
Answer Posted / chandan karn
hi the inetd daemon listens at port 23 for the telnet service.
telnet sys2 command on sys1 generates a request to
port 23 that inetd recognizes as a telnet request because of
the configuration entry in the /etc/inet/services file. The
inetd daemon executes the in.telnetd process. The
in.telnetd daemon takes control of the current telnet
session’s communication
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell me how to discover global zone name from local zone?
How can threads be created in a solaris environment? Write an example
How to view shared memory statistics?
How can a user access a dos-format disk in solaris?
How can abiword be compiled for solaris using gcc?
How many run levels are there and what are they?
Explain the difference between svm and vxvm?
How can the output be redirected to some other action process in place showing it in the screen?
Explain the types of installations in solaris
What causes the rpc.ttdbserverd process to be cpu bound?
What is the login shell?
How does a solaris cluster work?
Explain the vmstat output?
How can a user login to another system on his network remotely?
Tell me how to set the path for core file?