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 |
what do you understand by 'unix is a portable os'?
Enlist some filename manipulation commands in unix.
which command is used to stop a running process in unix?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
how to find largest file?
14 Answers HCL, Microsoft, Thomson Reuters,
What is time_t?
Is ‘du’ a command? If so, what is its use?
Which command is used to restrict incoming messages?
How to get the last ten lines of a file using awk utility?
What is the functionality of a top command?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
what is telnet?