hi i have directories within the directory. Now i want to
copy the directory along with all directories included in it
to one location by using copy command? what is the command
Answers were Sorted based on User's Feedback
Answer / anshul basra
Try this command:
cp -r /home/anshul/files/* /home/anshul/backup
It will recursively copy all the content of directory
called 'files' to the directory 'backup'.
Hope this will help you..!
Takecare..
| Is This Answer Correct ? | 29 Yes | 2 No |
Answer / vijayahire
cp -r /home/data/files/* Desktop/backup
location where u want paste
| Is This Answer Correct ? | 5 Yes | 2 No |
What is the output of : $ ps-e $ ps-a commands
What is the use of finger command?
what these two commands prints "echo test","cat test"?
What is “chmod” command?
what does the 'tee' command do?
What difference between cmp and diff commands?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
how to sort the content of the file based on numeric values
How do I run a whois command?
what is ls -ltd?
What does find command return in unix?