jls.1

来自「linux下开发的针对所有磁盘的数据恢复的源码」· 1 代码 · 共 43 行

1
43
字号
.TH JLS 1 .SH NAMEjls \- List the contents of a file system journal.SH SYNOPSIS.B jls [-f.I fstype.B ] [-vV]  [-i imgtype] [-o imgoffset].I image [images] [inode] .SH DESCRIPTION.B jlslists the records and entries in a file system journal.  If inode is given,then it will look there for a journal.  Otherwise, it will use thedefault location.  The output lists the journal block number and adescription..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. .SH "EXAMPLES"jls -f linux-ext3 img.dd.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 + -
显示快捷键?