---

All About inodes, Hard Links and Soft Links

Open your terminal and fire “ls -i” and you will see that each file is associated with a number.
$ ls -i
2889973 users.sh 2889972 fedoraRepo.sh 2889970 sfs.sh
2889969 bigFile.sh 2889971 dbBackup.sh 2889714 tree-clone.py

Ever wondered what this number is?
Ever thought what happens when a file is deleted?
How does the system knows the owner of the file or it’s last modification time?
What are hard links?
What is the difference between hard links and soft links?

I’ll try to answer these questions and probably more

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis