what is telnet?
Answers were Sorted based on User's Feedback
Answer / swamynaidu kollu
Telnet (Telecommunication network) is a network protocol
used on the Internet or local area network (LAN) connections
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sushma
using this command we can connect to remote host computer
through telnet protocol.It allows all application level
permission
syntax- $telnet[options][protocol]
Ex-$telnet 192.1.4.191
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / suitable
telnet - user interface to the TELNET protocol
The telnet command is used to communicate with another
host using the TELNET protocol. If telnet is invoked
without the host argument, it enters command mode,
indicated by its prompt ( telnet>). In this mode, it
accepts and executes the commands. If it is invoked
with arguments, it performs an open command with those
arguments.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sudipto
Telnet is a command in UNIX to login to a different machine
from the current machine
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain ‘library functions’ with respect to unix commands?
How would you change all occurrences of a value using VI?
What is a command and examples?
what is the cmd to display the last exit status in UNIX?
What command is used to check the current users?
How to know a process is a zombie or orphan process?
What does grep v grep do?
in UNIX,How to copy file into directory?
What is Unix, and how does it differ from other operating systems?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
How to convert a hidden file to normal visible file?
can we use cat command as an editor ..???