Assume you have a file named "ben". You execute the command "mv ben packy". Which of the following statements best describes the result of this mv command?
1) The file named "ben" is moved to a new location named "packy".
2) The file named "ben" is copied to a new location named "packy".
3) The file named "ben" is deleted and a new file named "packy" is created.
4) The file named "ben" is renamed to "packy".