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
How do you grep recursively?
What is the use of find command in unix?
Enumerate some of the most commonly used network commands in unix?
What is the use of sed command in unix?
What do chmod command do?
How do I use grep to find a file?
What is unix command?
What does the metacharacter mean?
What command is used to check the current users?
What does this command do,"$more readme.txt“?
What are filter commands in unix?
Write a command to kill the last background job?
How do I find previous commands in unix?
What is rmdir command?
What command is used to switching between users in unix?