English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux mmove command is used in MS-Moves files or directories, or changes names in the DOS file system.
mmove is a command of the mtools utility, simulating MS-The move command in DOS can be used in MS-Moves existing files or directories in the DOS file system, or changes the name of existing files or directories.
mmove [source file or directory...][target file or directory]
Parameter Description:
To move the file "autorun.bat" to the directory "test" using the mmove command, enter the following command:
$ mmove autorun.bat test # Move the file to the directory test
After executing the above commands, the command mmove will move the file "autorun.bat" to the specified directory "test".
Note: Users can use the mdir command to view the information of files or directories moved.