Shell / Commands

mv

English

Overview

A command for moving or renaming files and directories.

Details

A command that moves a file or directory, or renames it. Changing only the name within the same directory effectively functions as a rename. Unlike a copy, it doesn't move the actual data -- within the same file system, it just repoints a directory entry, so it finishes instantly even for a huge file.

More Linux terms