The command 'mv' is equivalent to the dos command 'rename'. In DOS a file just has it's name changed, but in Unix, the file is moved from one location to another.
Usage: 'mv filename.old filename.new'