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
Why is grep called grep?
What is rmdir command?
What does 'mkdir' command do in UNIX?
What is updatedb?
Why is shebang used?
Name the various commands that are used for the user information in unix.
Explain command to show the space allocation of files?
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
What does awk stand for?
Why is it called grep?
Why is it called a shebang?
Is ‘du’ a command? If so, what is its use?
Describe the zip/unzip command using gzip.
What is the behavioural difference between cmp and diff commands?
Why is awk called awk?