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 |
How do you execute a UNIX command in the background?
What is grep and how do you use it?
How does shebang work?
what do you understand by 'building block primitive'?
By using which command we can find the CPU utilization time?
Are you in or at the office?
How to display a file name which has zero bytes in size.
In UNIX, what is the command to edit contents of the file?
what is the function of grep command?
what is the use of ls -l command & what is the information it gives about user ?
Explain command to view process running?
In Unix file permissions what does the second field denotes?