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 will be the output of ls ~/..
What do know about tee command and its usage?
What are file permissions in Unix, and how are they represented?
What is grep short for?
what is the advaantage of each user having its own copy of the shell?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
What is sed awk grep?
who to change the duplex setting of network interface in command line
what is the command to list all files in a directory, including the hidden files in UNIX ?
what is the command to list files in a directory in UNIX?
What do chown command do?
How to install scsi driver in unix? give me explanation clearly?