Linux Comm Mmove
# Linux mmove Command
[ Linux Command Manual](#)
The Linux mmove command is used to move files or directories, or change their names, within an MS-DOS file system.
mmove is a mtools utility command that simulates the MS-DOS move command. It can move existing files or directories, or change the names of existing files or directories, within an MS-DOS file system.
### Syntax
mmove [source file or directory...]
**Parameter Description:**
* [source file or directory...]: The path of the source file or directory to operate on.
* : The path of the target file or directory after the operation.
### Example
Use the command mmove to move the file "autorun.bat" to the directory "test", by entering the following command:
$ mmove autorun.bat test #Move file to directory test
After the above command is executed, the mmove command will move the file "autorun.bat" to the specified directory "test".
Note: Users can use the mdir command to view information about the moved file or directory.
[ Linux Command Manual](#)
YouTip