From 704c98480591724f03276c4c4d7ce415ab82a068 Mon Sep 17 00:00:00 2001 From: CPol Date: Mon, 28 Dec 2020 22:36:56 +0000 Subject: [PATCH] GitBook: [master] one page modified --- forensics/basic-forensics-esp/linux-forensics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forensics/basic-forensics-esp/linux-forensics.md b/forensics/basic-forensics-esp/linux-forensics.md index 96a79c59..0641892c 100644 --- a/forensics/basic-forensics-esp/linux-forensics.md +++ b/forensics/basic-forensics-esp/linux-forensics.md @@ -458,7 +458,8 @@ Knowing the inode number you can easily find it's index: * The "-1" is because the inode 0 is undefined \(not used\) ```bash -ls -ali /bin | sort -n #Get all inode numbers ans sort by them +ls -ali /bin | sort -n #Get all inode numbers and sort by them +stat /bin/ls #Get the inode information of a file ``` ### Filesystem View