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
How to view shared memory statistics?
Suppose I have 20 gb free space in my file system but my inode size full. How will I increase or how will I fix this issue?
How to solve the system hang issue.
How can a user login to another system on his network remotely?
How can threads be created in a solaris environment? Write an example
What can be a reason for the solaris system slowing down?
How to solve the system hang issue. Found that the memory state is free, commands to check and solve the issue?
Tell me how to set the path for core file?
What are the raid levels in solaris?
How can a user login to solaris? What is the login shell?
How can a user boot in solaris as root if the password is non functional?
List out a few performance monitoring tools.
How can threads be created in a solaris environment?
How can the output be redirected to some other action process in place showing it in the screen?
Explain the run levels that are used in solaris10?