Gaurav Davregauravdavre.hashnode.dev·Oct 29, 2024./ Week_02_LINUXHello there, this is the second week of my mastering Linux… Linux Filesystem & Permissions The Filesystem Hierarchy Standard (FHS) is commonly followed by Linux. It is made up of several branching subdirectories and one primary (or root) directory. R...DiscussLinux
JansiGorleforDevopswithJansidevopswithjansi.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...DiscussDevopsLinux
Aditya Gadhaveadityag7678.hashnode.dev·Sep 28, 2024Understanding Linux File System and Common CommandsLinux File Hierarchy Structure: Linux adopts a hierarchical directory structure That organizes files in a tree-like format, starting from the root (/) directory. This structure is standard across all Linux distributions and follows the FHS (Filesys...DiscussLinux
Yusuf Isahyuscode.hashnode.dev·Aug 20, 2024Chapter 3 - Linux File SystemIntroduction The Linux file system is a crucial component of the operating system, organizing files and directories in a hierarchical structure. Understanding the file system hierarchy and how to navigate through it is essential for effective system ...DiscussLinuxLinux
Neha Bhardwajnehabhardwaj.hashnode.dev·Jul 7, 2024Day 2: Fundamentals of LinuxLinux Fundamental Linux is free and an open source software operating system developed by Linus Torvalds. It is based on Unix and run on command line interface. From the day Linux was developed, there are numerous flavors came into existence such as ...DiscussDevops
Raj Kumar Beherarajkumarbehera.hashnode.dev·May 31, 2024Understanding Different Linux File Types :When you start using Linux, one of the key concepts you'll encounter is the different types of files. Unlike Windows, where files are usually just regular files or folders, Linux has a variety of file types, each serving a different purpose. Understa...DiscussLinux Basics To AdvanceLinux
Raj Kumar Beherarajkumarbehera.hashnode.dev·May 29, 2024Understanding the Linux Directory Structure :If you're new to Linux, one of the first things you'll notice is its unique directory structure. Unlike Windows, which uses drive letters (like C:), Linux organizes everything into a single hierarchical tree. This can be a bit confusing at first, but...DiscussLinux Basics To AdvanceLinux
Sakeena Shaiksakeenashaik.hashnode.dev·May 25, 2024Linux Directory StructureWhat is Linux Directory Structure? Linux keeps all the devices and data in the form of files in different locations.It contains a root directory ->sub directories -> Files simply, we can say that as a hierarchical layout of directories and files ...DiscussLinux
Paresh Pardepardeparesh.hashnode.dev·May 21, 2024Linux File Permissions 🔐Introduction 🌟 Have you ever wondered how your computer decides who can see or change your files? On a Linux system (a popular type of computer operating system), this is all managed by something called file permissions. It might sound a bit technic...Discuss·3 likesDevops
Anil's DevOps Spacethebyteiq.hashnode.dev·Apr 23, 2024Mastering Linux Commands: A Beginner's GuideLinux commands can seem daunting at first, but with practice and understanding, they become powerful tools for navigating and managing your system efficiently. In this guide, we will walk through some essential commands, from viewing files to managin...Discuss#linuxTutorial