jcat.1
来自「linux下开发的针对所有磁盘的数据恢复的源码」· 1 代码 · 共 49 行
1
49 行
.TH JCAT 1 .SH NAMEjcat \- Show the contents of a block in the file system journal..SH SYNOPSIS.B jcat [-f.I fstype.B ] [-vV] [-i imgtype] [-o imgoffset].I image [images].B ] [.I inode.B ].I jblk.SH DESCRIPTION.B jcatshows the contents of a journal block in the file system journal. The inode address of the journal can be given or the default location willbe used. Note that the block address is a journal block address and nota file system block. The raw output is given to STDOUT..SH ARGUMENTS.IP "-f fstype"Specify the file system type. Use '-f list' to list the supported file system types. If not given, autodetection methods are used..IP "-i imgtype"Identify the type of image file, such as raw or split. Use '-i list' to list the supported types. If not given, autodetection methods are used..IP "-o imgoffset"The sector offset where the file system starts in the image. Non-512 bytesectors can be specified using '@' (32@2048)..IP -VDisplay version.IP -vverbose output.IP image [images]One (or more if split) disk or partition images whose format is given with '-i'..IP [inode]The inode where the file system journal can be found. .IP jblkThe journal block to display. .SH "EXAMPLES"jcat -f linux-ext3 img.dd 34 | xxd.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 + -
显示快捷键?