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)