Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

25
mmls Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# mmls
> Display the partition layout of a volume system.
> More information: <https://wiki.sleuthkit.org/index.php?title=Mmls>.
- Display the partition table stored in an image file:
`mmls {{path/to/image_file}}`
- Display the partition table with an additional column for the partition size:
`mmls -B -i {{path/to/image_file}}`
- Display the partition table in a split EWF image:
`mmls -i ewf {{image.e01}} {{image.e02}}`
- Display nested partition tables:
`mmls -t {{nested_table_type}} -o {{offset}} {{path/to/image_file}}`