LINUX/UNIX uses some well-defined, hierarchical structure to maintain or organized files and directories for the system. You can commonly relate it to the tree structure. Like a tree it has a single root node, it does not start with /.…
Month: July 2022
LINUX FILE SYSTEM OVERVIEW
A Linux file system is a standard collection of files on a disk drive or a partition. A segment of memory contains some specific data. In our machine, there can be various partitions of the memory. Data table that creates…