Respuesta :

Answer:

The correct answer to the following question will be "home/mv first.txt second.txt".

Explanation:

  • The command mv is a command-line device that transfers files or folders from one location to the next. This allows single files moving, various files and folders moving, used for renaming the file in the Linux operating system.
  • This can prompt before overwriting and will have the opportunity to move only documents new than that of the departure point.

The general syntax of this command is given below:

mv SOURCE FILENAME DESTINATION FILENAME

Therefore, it's the right answer.