All About inodes, Hard Links and Soft Links(blog.adityapatawari.com)
blog.adityapatawari.com
All About inodes, Hard Links and Soft Links
http://blog.adityapatawari.com/2013/03/all-about-inodes-hard-links-and-soft.html
http://blog.adityapatawari.com/2013/03/all-about-inodes-hard-links-and-soft.html
* When under Unix a file is deleted (link count 0) but there is still a process that had opened the file for writing before it was deleted, then the inode size is still growing. Sometimes this situation happens with log files.
* Symbolic links can be handy as you can use relative path-references (e.g. ../../a/b/c) which sometimes can be quite handy