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 is ctrl d?
How do you execute a UNIX command in the background?
How to identify whether a file is normal file or directory?
Who command in unix?
Explain ‘system calls’ with respect to unix commands?
what is the use of wild cards?
How to find and replace the below command?
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
How do you know about running processes of a particular user?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
What is the command to find maximum memory taking process on the server?