Day-8: 🔒 SELinux Overview 🔒What is SELinux? SELinux (Security Enhanced Linux) is the security feature in Linux that controls what programs and users can do on the system. It is like a strict security guard which make sure that every program and user follow the rules. Think of ...Feb 5, 2025·2 min read
Day 3- Assignment WorkNavigation Commands (ls, cd, pwd) List all files in the current directory including file details (permissions, size, etc.). Change the current directory to /usr/local/bin and then navigate back to the home directory. Print the full absolute pa...Dec 29, 2024·2 min read
Day-3: Basic Commands in Linux1- ls Command The ls command in Linux is used to list directory contents. It provides an overview of the files, directories, and their details within the current or specified directory. Now I will explain the options which we can use with ls command...Dec 29, 2024·5 min read
Day-2b: Linux File Hierarchy StructureA “Tree” in Linux creates a list of files and folders in a way that looks like a tree with branches. If you run it without any extra instructions/options, it shows all the files and folders in the current place in which you are working. If you tell i...Dec 27, 2024·5 min read
Day-2: The architecture of the Linux systemLinux OS is composed of several components which work in accordance to keep the system running. Let's discuss them below. The Linux Architecture consists of the following components: Kernel Hardware Shell Applications and Utilities Kernel Kerne...Dec 26, 2024·2 min read
Day-1: History of Linux and Difference Between Unix and LinuxHistory of Linux Linux is an open-source operating system kernel first released by Linus Torvalds in 1991. Inspired by Unix, Linux was designed to be free and customizable, enabling developers and enthusiasts to contribute to its codebase. Over the y...Dec 26, 2024·3 min read