adspace


How to copy files from one directory to other in unix?

Answer Posted / Gaurav Bansh

"cp source_file destination_directory"; example: "cp file1 /destination/"

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988