Difference between revisions of "Blkls"

From SleuthKitWiki
Jump to: navigation, search
(Added link to man page.)
(Added data units link)
 
(2 intermediate revisions by one user not shown)
Line 2: Line 2:
  
  
dls lists details about file system blocks.  In its default mode, it outputs the unallocated block contents to STDOUT.  It can also list the details about which are allocated and which are not.  
+
blkls lists details about file system [[data unit]]s.  In its default mode, it outputs the unallocated data unit contents to STDOUT.  It can also list the details about which are allocated and which are not. It used to be called dls.  
  
* [http://www.sleuthkit.org/sleuthkit/man/dls.html Automatically Updated man Page]
+
* [http://www.sleuthkit.org/sleuthkit/man/blkls.html Automatically Updated man Page]

Latest revision as of 07:49, 4 January 2010

Back to Help Documents


blkls lists details about file system data units. In its default mode, it outputs the unallocated data unit contents to STDOUT. It can also list the details about which are allocated and which are not. It used to be called dls.