Skip to main content
1 of 4
Premraj
  • 2.7k
  • 2
  • 27
  • 28

directory structure vs file system

I wonder what is the difference between directory structure and file system?
Unix/Linux directories looks as follows:

/home/abc/xyzdir1 --is a directory
/home/abc/xyzdir2 -- is a directory
/proc -- is a file system
/ -- is a file system
/bin -- is a file system

How can I identify which one is a file system and a directory?

Premraj
  • 2.7k
  • 2
  • 27
  • 28