Linux mtools commands
Linux Command大全
Linux mtools commands for displaying the instructions supported by mtools.
mtools for MS-Tool programs for the DOS file system, capable of simulating many MS-DOS commands. These commands are symbolic links of mtools, so they share some common features.
Syntax
mtools
Parameter Description:
- -Automatically change the target file's long name when a long file name is duplicated.
- -A If the short file name is duplicated but the long file name is different, automatically change the short file name of the target file.
- -o If the long file name is duplicated, overwrite the existing file with the target file.
- -O If the short file name is duplicated but the long file name is different, overwrite the existing file with the target file.
- -r If the long file name is duplicated, require the user to change the long file name of the target file.
- -R If the short file name is duplicated but the long file name is different, require the user to change the short file name of the target file.
- -s Do not process the target file if the long file name is duplicated.
- -S Do not process the target file if the short file name is duplicated but the long file name is different.
- -v Display detailed instructions when executing.
- -V Display version information.
Online Examples
Display the MS supported by the mtools software package-DOS Commands.
Enter mtools directly in the command prompt to display the supported MS-DOS Commands, as shown below:
$ mtools #Display supported MS-DOS Commands
Supported commands: #Command List
mattrib, mbadblocks, mcat, mcd, mclasserase, mcopy, mdel, mdeltree
mdir, mdoctorfat, mdu, mformat, minfo, mlabel, mmd, mmount
mpartition, mrd, mread, mmove, mren, mshowfat, mtoolstest, mtype
mwrite, mzip
Linux Command大全