91.0k views
14 votes
Hajar needs to copy files on a Linux system. What command can she use to create a new copy of a file in a different location while preserving the original file

1 Answer

3 votes

Answer:

cp command

Step-by-step explanation:

When copying files and directories under a Linux operating systems, we usually make use of the cp command . In Linux, this cp command is the one that is entered in a shell to copy a file from one location to another, and also possibly on another different file system.

User Hezamu
by
7.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.