Linux command
mrd 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Remove directory from mtools disk
mrd [a:/dirname]
Remove from specific drive
mrd [b:/path/to/dir]
Verbose output
mrd -v [a:/dirname]
说明
mrd removes directories from MS-DOS filesystems. It's part of the mtools package. An error occurs if the directory does not exist or is not empty. Multiple directories can be specified on the command line. The tool deletes directories on FAT drives. Works without mounting the filesystem.
参数
- -v
- Verbose mode.
- -V
- Display the version of mtools.
FAQ
What is the mrd command used for?
mrd removes directories from MS-DOS filesystems. It's part of the mtools package. An error occurs if the directory does not exist or is not empty. Multiple directories can be specified on the command line. The tool deletes directories on FAT drives. Works without mounting the filesystem.
How do I run a basic mrd example?
Run `mrd [a:/dirname]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -v do in mrd?
Verbose mode.