© 2026 Hashnode
Welcome to my Linux Simplified series! In this post, we're diving into one of the most fundamental concepts of Linux: the Filesystem Hierarchy Standard (FHS). Filesystem Hierarchy Standard (FHS) If you are familiar with Windows, you might know that t...

Last Blog Review → In the last blog, we learned on about the Linux File Hierarchy and the Tree like structure as how all the directories in Linux starts with the “/” (root). We looked on some important directories in the Linux and a surprise with a I...

Last Blog Review → In the last blog, we learned on how to create a group and add multiple user’s in the group at once, which typically helps user’s working in the same department as they can be added in the same group with same set of permissions pro...

The Linux filesystem is like a well-organized library. Every folder has a specific job, helping Linux keep things neat and efficient. Let’s take a quick tour from the top! The Basics / (Root) - The foundation. Everything in Linux begins here, branch...

Today is more on Reading, Learning and Implementing File permissions File Permissions and Ownership in Linux In the Linux operating system, understanding file permissions and ownership is crucial for managing and securing your files and directories. ...
