The correct answer is: D. ren
The ren
command is used to rename a file or group of files. The syntax for the ren
command is:
ren oldname newname
For example, to rename the file myfile.txt
to newfile.txt
, you would use the following command:
ren myfile.txt newfile.txt
The rename
command is a synonym for the ren
command. The remove
command is used to delete a file or group of files. The mv
command is used to move a file or group of files to a new location.
I hope this helps! Let me know if you have any other questions.