LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ils

lists inode information from filesystem images

TLDR

List inodes
$ ils [image.dd]
copy
Show allocated only
$ ils -a [image.dd]
copy
Show unallocated only
$ ils -e [image.dd]
copy
Specify offset
$ ils -o [2048] [image.dd]
copy
Machine output
$ ils -m [image.dd]
copy

SYNOPSIS

ils [options] image

DESCRIPTION

ils lists inode information from filesystem images. It's part of The Sleuth Kit for digital forensics.The tool shows inode metadata for allocated and deleted files. It's useful for file recovery and forensic analysis.

PARAMETERS

IMAGE

Disk or partition image.
-a
Show allocated only.
-e
Show unallocated only.
-o OFFSET
Partition offset.
-m
Machine-readable output.
-f FSTYPE
Filesystem type.
--help
Display help information.

INSTALL

sudo apt install sleuthkit
copy
sudo dnf install sleuthkit
copy
sudo pacman -S sleuthkit
copy
sudo apk add sleuthkit
copy
sudo zypper install sleuthkit
copy
brew install sleuthkit
copy
nix profile install nixpkgs#sleuthkit
copy

CAVEATS

Part of sleuthkit. Forensic tool. Read-only analysis.

HISTORY

ils is part of The Sleuth Kit by Brian Carrier for filesystem forensics.

SEE ALSO

fls(1), mmls(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid