#linux-basics
Read more stories on Hashnode
Articles with this tag
💻Linux Commands: ls: List directory contents. Usage: ls [options] [file/directory] -l: Long listing format. -a: Include hidden files. -h:...
☞Git Branching Git branching is like creating different versions of your project. It allows you to work on new features or fix issues without...
✔️What is Git and why is it important? Git is a distributed version control system (VCS) that helps developers track changes in their code and...
📣What is Git? Git is free and open-source version control system that allows you to track changes to files and coordinate work on those files among...
Let's we have a some tasks for day-5, 🌀Task 1: Bash Script to Create Dynamic Directories. Example 1: Creates 90 directories as day1 day2...
📍What is Kernel? Kernel is the core component of the operating system. The kernel acts as an intermediator between the hardware and the user-level...