mmcat.1
来自「linux下开发的针对所有磁盘的数据恢复的源码」· 1 代码 · 共 40 行
1
40 行
.TH MMCAT 1 .SH NAMEmmcat \- Output the contents of a partition to stdout.SH SYNOPSIS.B mmcat [-t.I mmtype .B ] [-o.I offset.B ] [ -i.I imgtype.B ] [-vV] .I image [images] part_num.SH DESCRIPTION.B mmcatoutputs the contents of a specific volume to stdout. This allows you toextract the contents of a partition to a seperate file..SH ARGUMENTS.IP "-t mmtype"Specify the media management type. Use '-t list' to list the supported types. If not given, autodetection methods are used..IP "-o offset"Specify the offset into the image where the volume containing thepartition system starts. The relative offset of the partition systemwill be added to this value..IP "-i imgtype"Identify the type of image file, such as raw or split. If not given, autodetection methods are used..IP -vVerbose output of debugging statements to stderr.IP -VDisplay version.IP "image [images]"One (or more if split) disk images whose format is given with '-i'..IP "part_num"Address of partition to process. See the mmls output to determine the address of the partitions. .SH AUTHORBrian Carrier <carrier at sleuthkit dot org>Send documentation updates to <doc-updates at sleuthkit dot org>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?