File System fundamentals in Linux (What is a file?)| Part 1
what is a file?
Basically in Linux everything is a file, or simulated by files. So it's important to know how it works, how to deal with it.
Linux implements a file with 3 main parts:
Inode (pronounced i-node)
Dentry (pronounced d-entry)
Data blocks...
rahmayasser.hashnode.dev3 min read