mv filename Destination

mv takes two arguments:

  1. Filename, if filename is not in your current directory, the full path of the filename should be given 
  2. Destination to move which should be a full path

mv can also be used to rename a file if the destination is the same as the original destination