Give Command that will change the name of a
directly from paypal to eBay

Answer Posted / yuvaevergreen

mv

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does 'mkdir' command do in UNIX?

660


What does grep v do?

560


What is rmdir command?

553


What are reported commands?

566


Explain ‘library functions’ with respect to unix commands?

604






What is the use of the tee command?

598


Who wrote grep?

583


What is the significance of the 'tee' command?

596


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:

1762


What is difference between grep and find command in unix?

579


What does awk stand for?

610


How can you see the command line history?

586


Why is it called a shebang?

574


How do I use grep to find a file?

583


What is used to type command?

544