Skip to main content
English contractions use apostrophes.
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 267

I'm just learning about filesystems and it is said that a directory is just an ordinary file which keeps a list of file-inode pairs.

If I try to open the directory Downloads with any of the following cat less tail, it just outputs that its a directory and cantcan't be opened.

Ideas how to read it?

I'm just learning about filesystems and it is said that a directory is just an ordinary file which keeps a list of file-inode pairs.

If I try to open the directory Downloads with any of the following cat less tail, it just outputs that its a directory and cant be opened.

Ideas how to read it?

I'm just learning about filesystems and it is said that a directory is just an ordinary file which keeps a list of file-inode pairs.

If I try to open the directory Downloads with any of the following cat less tail, it just outputs that its a directory and can't be opened.

Ideas how to read it?

Tweeted twitter.com/#!/StackUnix/status/291621652058492928
Source Link

Read a directory to see the file to inode mapping

I'm just learning about filesystems and it is said that a directory is just an ordinary file which keeps a list of file-inode pairs.

If I try to open the directory Downloads with any of the following cat less tail, it just outputs that its a directory and cant be opened.

Ideas how to read it?