2 comments

[ 2.6 ms ] story [ 9.3 ms ] thread
Thanks for the article. I didn't know about the istat command. Just to add two facts that I discovered quite late:

* 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

I have encountered the first situation you mentioned a few times. Thanks for the pointer, I should have mentioned it.