What is inode and where this is stored

Today we will understand about the basic of inode. What inode and where this is stored. How to Get Total Inodes of Root Partition As per the redhat blog, an inode is an index node. It serves as a unique identifier for a specific piece of metadata on a given filesystem. Each piece of metadata describes … Read more

How to Get Total Inodes of Root Partition

On Linux and other Unix-like operating systems, an inode stores information that describes a file or directory (also a file – because everything is a file in Unix) except its name and content or its actual data. Therefore, each file is indexed by an inode which is metadata about the file. An inode contains information … Read more