How 开发者_StackOverflowto get directory inode number say /home/laks/file.txt I need the inode number of laks directory. Any built-in function is already available?
The C language convention counts array indices from 0. Why do inode numbers 开发者_StackOverflow中文版start from 1 and not 0?
We are using Amazon EBS to store a large number of small files (<10KB) in a 3-level directory structure.
I understand that a directory is just a file in unix that contains the inode numbers and names of the files within. How do I take a look at this? I can\'t use cat or less on a directory, and opening i