Description Move (rename) files. Syntax mv [OPTION]... SOURCE... DIRECTORY Practical uses mv -f: Do not prompt before overwriting. mv -n: Do not overwrite an existing file. mv -u: Move only when the SOURCE file is newer than the destination file or when the destination file is missing.