what is telnet?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the command to compare two files in unix?

614


What is the command to find maximum memory taking process on the server?

662


How do I run a bash script?

574


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

752


What is the use of tee command?

562






What is the significance of the 'tee' command?

592


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 # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1752


Who command in unix operating system?

656


What does this command do? Cat food 1 > kitty

973


Explain ‘library functions’ with respect to unix commands?

596


How do you repeat a command in terminal?

586


What are the dos commands?

640


What are file commands?

646


What is awk used for?

611


What is .sh file?

611