CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

inodes

Linux – An introduction to inodes

In Linux, file system is uses i-nodes called index nodes to keep the information of the files or directories. Each file or directory in Linux file system has an associated inode. Each inode is unique. Depending on the file system setup, we can have maximum number of inodes. inode is nothing but a structure to […]

Scroll to top