Linux architecture: Difference between revisions

Content deleted Content added
No edit summary
Kdavies4 (talk | contribs)
Line 5:
 
== File system ==
ItsLike all [[file systemUnix]] like allsystems, its [[Unixfile system]] systems is based on one root directory, or hierarchical top point with subdirectories underneath it. Some sub-directories act as mount points, where different physical or [[networked file system]]s may be incorporated.
 
The hardware is also incorporated into the file hierarchy. Device drivers interface to user applications via an entry in the <tt>/dev </tt> directory. Process information as well is mapped to the file system through the <tt>/proc</tt> directory.