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 “chmod” command?
How do I use nslookup?
Write a command that will display files in the current directory, in a colored, long format.
What is the use of finger command?
What are reported commands?
Who command in unix operating system?
What does sed command do in unix?
What is s and g in sed command?
How do I search for a file in unix command?
What are filter commands in unix?
What does the “echo” command do?
What is the use of the tee command?
What is the functionality of a top command?
What is the command to compare two files in unix?
What does grep v do?