Understanding inode in Linux systems
An inode is a file(everything in a Linux is a file!!!) which stores information on how and where data of a file is stored in blocks in the hard disk. If inode usage reaches 100%, no new files can be created in a server. Here is Wikipedia definition ...
Nov 16, 20205 min read145
