Linux File System (लिनक्स फाइल सिस्टम)- Linux OS has a tree-type hierarchical file system. In which a forward slash (/) representing the root node. Here, a file is represented by an inode which is the combination of an id number and file data like Its size, location, creation date, modification date,owner name, other permissions etc. There are many types of file like regular files, directories, special files, links, sockets, named pipes and block devices etc. A disc partition contains the set of all file types and it is called container. The file system is used to handle two major operations i.e.. storing files and accessing of files efficiently. लिनक्स ओएस में एक ट्री-टाइप हायरार्किकल फ़ाइल सिस्टम होता है। जिसमें एक फ़ॉरवर्ड स्लैश (/) रूट नोड का प्रतिनिधित्व करता है। यहां, एक फ़ाइल को एक आई नोड द्वारा दर्शाया जाता है जो एक आईडी नंबर और फ़ाइल डेटा का संयोजन होता है जैसे इसका आकार, स्थान, निर्माण तिथि, संशोधन तिथि, मालिक का नाम, अन्य अनुमतियां आदि। लिनक्स में कई प्रकार की फाइ...