#inode

[ follow ]
Digital life
fromMedium
6 days ago

What Are Inodes? The Hidden Brain Behind Every Linux File

Inodes are filesystem data structures that store file metadata and identify files, while filenames are human-readable labels that point to those inodes.
Software development
fromMedium
6 days ago

Interview questions on hard link and soft link in linux

Hard links are additional directory entries pointing to the same inode; soft links are separate files that store the target path and redirect access.
[ Load more ]