• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
May 11, 2022 |20.1K Views
File System in Linux
  Share   Like
Description
Discussion

Unix file system is a logical method of organizing and storing large amounts of information in a way that makes it easy to manage. A file is a smallest unit in which the information is stored. Unix file system has several important features. All data in Unix is organized into files. All files are organized into directories. These directories are organized into a tree-like structure called the file system.

Files in Unix System are organized into multi-level hierarchy structure known as a directory tree. At the very top of the file system is a directory called “root” which is represented by a “/”. All other files are “descendants” of root.

The File System:https://www.geeksforgeeks.org/unix-file-system/

Read More