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 |
Which command can you use to find the currently running process in unix server?
how to unzip the contents of the gzip file
What UNIX command will control the default file permissions when files are created?
What do you mean by zambie process?
what is the default signal kill in unix?
Are you in or at the office?
How do I delete files from command prompt?
What do chmod command do?
How do you create a directory in UNIX?
What is the output of : $ ps-e $ ps-a commands
their is a file1,file2 and i want to append file1 data to file2?
What does grep v grep do?