Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is telnet?

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


Please Help Members By Posting Answers For Below Questions

What does the command '$ls | wc –l > file1' do?

1244


Enlist some filename manipulation commands in unix.

1164


Explain mount and unmount command.

1231


Write a command to display a file’s contents in various formats?

1216


Can you enlist some commonly used network commands?

1121


What is the difference between cat and more command?

1310


How do I use grep to find a file?

1119


What is grep command in unix with examples?

1228


How do I find previous commands in unix?

1196


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

1255


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:

2275


Why is shebang used?

1138


What are the general commands in using unix os for a beginner?

1175


What command will change your prompt to myprompt?

1334


What are grep patterns?

1095