blkls.1

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

1
67
字号
.TH BLKLS 1 .SH NAMEblkls \- List or output file system data units..SH SYNOPSIS.B blkls [-aAelsvV] [-f .I fstype.B ] [-i .I imgtype.B ] [-o .I imgoffset.B ].I image [images] [start-stop].SH DESCRIPTION.B blklsopens the named .I image(s)and copies file system data units (blocks).  By default, .B blklscopies the contents of unallocated data blocks.  .B blkls was called .B dlsin TSK versions prior to 3.0.0..B blkls was called .B unrmin TCT.  .SH ARGUMENTS.IP -eCopy every block. The output should be similar to dd..IP -aDisplay all allocated blocks (same as -e if -A is also given)..IP -ADisplay all unallocated blocks (same as -e if -a is also given). Thisis the default behavior. .IP "-f fstype"Specifies 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 -lList the data information in time machine format..IP -sCopy only the slack space of the image..IP -vTurn on verbose mode, output to stderr..IP -VDisplay version..IP "image [images]"One (or more if split) disk or partition images whose format is given with '-i'..IP "start-stop ..."Examine the specified block number or number range. .SH LICENSEThis software is distributed under the IBM Public License..SH HISTORYFirst appeared in The Coroners Toolkit (TCT) 1.0 (Wietse Venema).Now maintained by Brian Carrier <carrier at sleuthkit dot org>.Send documentation updates to <doc-updates at sleuthkit dot org>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?