Which command is typically used to change the name of a file in a Unix-like system?
Explanation
The 'mv' command is commonly used to rename files by moving them to a new name or location. While 'rename' can also rename files, 'mv' is the standard command for this purpose in Unix-like systems.