English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux mmove command

Linux Command大全

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.

Syntax

mmove [source file or directory...][target file or directory]

Parameter Description:

  • [Source file or directory…]: Source file or directory path for the operation
  • [Target file or directory]: Target file or directory path after the operation

Online Examples

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.

Linux Command大全