Aniket Nandakishor Zadeaniketzade.hashnode.dev·Oct 11, 2024File system of Linux:(Hierarchical)1. /home : home directory for other user. 2. /root : home directory for root user. 3. /boot : bootable files. 4. /etc: all configuration files of system or programs 5. /usr: by default software installed in this directory (Unix System Resources) 6. /...Linux
JansiGorledevopswithjansi.hashnode.dev·Oct 2, 2024Exploring the Linux Filesystem: A Comprehensive GuideThe Linux filesystem is a fundamental aspect of the operating system, providing a structured and organized way to manage files and directories. This comprehensive guide will take you through the entire Linux directory structure, starting from the top...DevopsLinux
Aman Patel (Amanops)blog.amanops.com·Jan 14, 2024File System Hierarchy of LinuxThe File System Hierarchy Standard (FHS) is a set of conventions and standards for the layout of directories and files on Linux systems. It defines the structure and the content of the file system, providing guidelines for the placement of files and ...2 likes·140 readsLinux File Hierarchy Structure