Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • This is great answer. Thanks a lot! Now I try to investigate how I can show the inode numbers in this output in decimal notation. I think the values besides the file names in the output are the inode numbers. Or am I wrong? Commented Jul 17, 2015 at 10:30
  • @Neverland Yes, those are the inode numbers. They're probably clearer if you use od -x to dump the directory entry file. Commented Jul 17, 2015 at 13:10