what is telnet?

Answer Posted / yuvaevergreen

remote connection

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is in grep command?

637


What is grep short for?

547


What does touch command do in unix?

718


What is grep in bash?

579


What are the unix commands?

541






What does grep v grep do?

544


What is s and g in sed command?

551


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:

1749


What is the difference between awk and grep?

553


Write a command that will display files in the current directory, in a colored, long format.

671


What is the general format of unix command syntax?

681


How do I open a port?

580


What is a bash command?

620


What do know about tee command and its usage?

580


What does the command ' $who | sort –logfile > newfile' do?

757