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
Who command in unix operating system?
Who command in unix?
What is the use of sed command in unix?
What is the use of finger command?
Explain ‘system calls’ with respect to unix commands?
What is the difference between cat command and more command?
What is pipe command in unix?
How does pipe () work?
Why is shebang used?
Explain command to show the space allocation of files?
How to find $ai_serual resolved path by using unix
What does sed command do in unix?
What is the behavioural difference between cmp and diff commands?
What is “chmod” command?
What does the metacharacter mean?