istat.1
来自「linux下开发的针对所有磁盘的数据恢复的源码」· 1 代码 · 共 54 行
1
54 行
.TH ISTAT 1 .SH NAMEistat \- Display details of a meta-data structure (i.e. inode).SH SYNOPSIS.B istat [-b .I num.B ] [-f.I fstype .B ] [-i imgtype] [-o imgoffset] [-vV] [-z.I zone.B ] [-s.I seconds.B ].I image [images] inode.SH DESCRIPTION.B istatdisplays the uid, gid, mode, size, link number, modified , accessed, changed times, and all the disk units a structure has allocated.The options are as follows:.IP "-b num"Display the addresses of num disk units. Useful when the inode is unallocated with size 0, but still has block pointers..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 "-s seconds"The time skew of the original system in seconds. For example, if theoriginal system was 100 seconds slow, this value would be -100..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 -vVerbose output of debugging statements to stderr.IP -VDisplay version.IP "-z zone"An ASCII string of the original system's time zone. For example, EST5EDT orGMT. These strings are defined by the operating system and mayvary. NOTE: This has changed since TCTUTILs. .IP "image [images]"One (or more if split) disk or partition images whose format is given with '-i'..IP inodeMeta-data number to display stats on.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 + -
显示快捷键?