I wonder whatWhat is the difference between directory structuredirectory structure and file systemfile system?
Unix/Linux directoriesdirectories and file systemfile system looks as follows:
The following two directories obviously we know directories.
/home/abc/xyzdir1 --is a directory
/home/abc/xyzdir2 -- is a directory
the following three samples are saying file system.
/proc -- is a file system
/ -- is a file system
/bin -- is a file system
How can I identify which one is a file systemfile system and a directory fordirectory from the above code snippetsnippets?