How to Check Inode Usage in Linux

When a file or a directory is created in a Linux file system, a name and a uniq inode number is assigned to it. An inode is a data structure that contains information about a disk block location of a file or a directory and may include metadata (times of last change, access, modification), as […]