How do you copy a directory with many files and folders into
another directory?
Answer Posted / ashok jayan
cp -rf <source_dir> <dest_dir>
Note: r - Recursively, f - Forcefully
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is nr in awk command?
What do chmod, chown, chgrp commands do?
What command will change your prompt to myprompt?
What happens when we execute a unix command?
What is the difference between grep and grep?
What is command substitution?
What do know about tee command and its usage?
Explain ‘library functions’ with respect to unix commands?
What is the use of sed command in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What command is used to check the current users?
What are reported commands?
What are grep patterns?
What are the unix commands?
Which command is used to restrict incoming messages?