From c5f1e383c72a04793153df879926a6719d71c1b7 Mon Sep 17 00:00:00 2001 From: Jayaram R <140975231+JayaramRangaraj@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:38:01 +0530 Subject: [PATCH] feat: add resource (#7876) * Update 100-inodes.md * Update src/data/roadmaps/linux/content/110-disks-filesystems/100-inodes.md --------- Co-authored-by: Kamran Ahmed --- .../linux/content/110-disks-filesystems/100-inodes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/roadmaps/linux/content/110-disks-filesystems/100-inodes.md b/src/data/roadmaps/linux/content/110-disks-filesystems/100-inodes.md index fb6a99b63..3a554406f 100644 --- a/src/data/roadmaps/linux/content/110-disks-filesystems/100-inodes.md +++ b/src/data/roadmaps/linux/content/110-disks-filesystems/100-inodes.md @@ -12,3 +12,7 @@ Although you would not interact with inodes directly in everyday usage, understa # Retrieve the inode of a file ls -i filename ``` + +Learn more from the following resources: + +- [@article@Introduction to Inodes](https://linuxjourney.com/lesson/inodes)