Commandes Linux mtools
Linux Command大全
Commandes Linux mtools pour afficher les instructions prises en charge par mtools.
mtools pour MS-Programmes d'outils de système de fichiers DOS, pouvant simuler de nombreux MS-Instructions DOS. Ces instructions sont des liens symboliques de mtools, donc elles partagent certaines caractéristiques communes.
Syntaxe
mtools
Explication des paramètres:
- -Automatiquement modifier le nom de fichier cible lorsque le nom de fichier est en double.
- -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 descriptions when executing.
- -V Display version information.
Online Examples
Display MS supported by the mtools software package-DOS Commands.
Enter mtools directly in the command prompt to display 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大全