Move the given file:
mv <filename> <new-directory/filename> # Move filename from the current directory to the new one.
Rename the given file:
mv <filename> <new-filename> # Rename filename to new-filename.