Linux architecture: Difference between revisions

Content deleted Content added
Reverted 4 edits by 115.249.252.122 (talk): Undo test edits. (TW)
Line 4:
'''Linux''' is a [[Unix-like]] computer operating system kernel. It has been ported to a vast variety of computer architectures.
 
'''Bold text'''== File system ==
Like all [['''Unix''']] systems, its [[file system]] 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.