How do you copy a directory with many files and folders into
another directory?
Answers were Sorted based on User's Feedback
Answer / guest
cp -R <source_dir> <dest_dir>
Ex: cp GUI ../TEST
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / ashok jayan
cp -rf <source_dir> <dest_dir>
Note: r - Recursively, f - Forcefully
| Is This Answer Correct ? | 8 Yes | 3 No |
What are awk commands?
How do I use grep to search for a file?
Which command is used to restrict incoming messages?
which script will invoke first ,when /etc/init.d starts
What is a command and examples?
What are file permissions in Unix, and how are they represented?
How to find $ai_serual resolved path by using unix
Who command in unix operating system?
How do you change your account's password?
what is the functionality of kernel in unix architecture?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
What command a user use to view a long text file one page at a time in UNIX?