adspace
Answer Posted / Abhinav Kashyap
To copy a file in Linux, you can use the 'cp' command. The syntax is 'cp sourcefile destinationfile'. For example, 'cp sourcefile /destination/path/destionationfile' will create a copy of 'sourcefile' at '/destination/path/destinationfile'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers