Command to rename a file in unix
C
Correct answer
Explanation
The 'mv' command is used to rename files in Unix. It moves the file to a new name in the same directory. 'rename' is not a standard Unix command (though some systems have it). 'rm' deletes files and 'cp' copies them - neither renames.