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 {} in find command?
Is it inbetween or in between?
What is the protocol for PING command?
How do you find out all processes that are currently running in UNIX OS?
Which command is used to find whether the system is 32 bit or 64 bit?
what is the default permission for /etc/shadow file in UNIX
What is ctrl d?
what are wild cards?
Give the command for finding the current date.
What is time_t?
Explain mount and unmount command.
Name the general commands in using unix os for a beginner?