Skip to main content
added 135 characters in body; added 14 characters in body
Source Link
Premraj
  • 2.7k
  • 2
  • 27
  • 28

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?

I wonder what is the difference between directory structure and file system?
Unix/Linux directories and file system 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 for above code snippet?

What is the difference between directory structure and file system?
Unix/Linux directories and file 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 system and a directory from the above code snippets?

added tag
Link
Premraj
  • 2.7k
  • 2
  • 27
  • 28
added 39 characters in body
Source Link
Premraj
  • 2.7k
  • 2
  • 27
  • 28

I wonder what is the difference between directory structure and file system?
Unix/Linux directories and file system 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 for above code snippet?

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?

I wonder what is the difference between directory structure and file system?
Unix/Linux directories and file system 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 for above code snippet?

Source Link
Premraj
  • 2.7k
  • 2
  • 27
  • 28
Loading