Mihir Suratwalamihirsuratwala.hashnode.dev·Nov 23, 2024Dive Deeper into the Linux File Hierarchy: Part 2 ExplainedLast 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...AWS
Mihir Suratwalamihirsuratwala.hashnode.dev·Nov 16, 2024Exploring the Linux File Hierarchy: A Beginner's GuideLast 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...Cloud
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Oct 30, 2024Understanding the Linux Filesystem Hierarchy: A Tour Through the Heart of LinuxThe 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...Linux
Rhythm Mishrarhythmblogs-1708279784605.hashnode.dev·Oct 2, 2024📜Day 6: File Permissions🔒 and Access Control Lists📚📰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. ...1 likeDevops
Ruchi Lamichhaneruchi77.hashnode.dev·Sep 23, 2024Linux History, File System Hierarchy and Evolution of ContainerizationLet's revisit Linux history and file system hierarchy! Linux is a generic name for a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. In 1...65 readsLinux
sathwikreddy GVsathwikreddygv.blog·May 9, 2024What are /etc, /var, /bin, /opt in LinuxBeing a frontend developer in my first year of work, these Linux folders always used to confuse me. What are they, and why are they named like that? I recall setting up Nginx on my MacBook for some development tasks. I would always ask the DevOps guy...2 likes·90 readsLinux
janahvi tripathijanahvitripathi.hashnode.dev·Jan 4, 2024Linux for DevOps...beginner edition!!DevOps is nothing but a culture where development collaborates with operations to deliver the project faster and in an efficient manner. This is about how quickly can we convert the developed changes to operations or as we call it; production. So wha...1 like·43 readsfile system hierarchy
Afridi Shaikcloudcoder.hashnode.dev·Nov 26, 2023Journey From Unix to Linux and Booting Process of LinuxUnix History Development and Founders: Unix was developed by Ken Thompson, Dennis Ritchie, and others at Bell Labs, a research and development subsidiary of AT&T, in the early 1970s. Birthplace and Initial Release: Unix was first developed at Be...66 readsLinux AlchemyRHEL
Muktachhandmuktachhand.hashnode.dev·Oct 25, 2023Navigating the Linux File System: A Comprehensive Guide to DirectoriesIntroduction Linux, with its robust and organized file system hierarchy, is a testament to the power of design and structure. Understanding the Linux file system is crucial for any user, from beginners to system administrators. In this article, we wi...Linux
Subash Neupaneblogs.subashneupane3.com.np·Sep 1, 2023Understanding the Linux File System and HierarchyThe file system is an organized group of files in a computer's storage space. It is a design that tells how files are arranged and structured in a logical way. A partition is like a section of the disk that holds different kinds of information, and a...Linux