Multiple choice technology operating systems

mv filename1 filename2 --- moves a file (i.e. gives it a different name, or moves it into a different directory

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The mv command moves files or directories, which effectively renames them if the destination is in the same directory with a new name, or relocates them if the path changes.