Answer Posted / 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 |
Post New Answer View All Answers
What does the command '$ls | wc –l > file1' do?
Enlist some filename manipulation commands in unix.
Explain mount and unmount command.
Write a command to display a file’s contents in various formats?
Can you enlist some commonly used network commands?
What is the difference between cat and more command?
How do I use grep to find a file?
What is grep command in unix with examples?
How do I find previous commands in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Why is shebang used?
What are the general commands in using unix os for a beginner?
What command will change your prompt to myprompt?
What are grep patterns?