π Iβm thrilled to announce that I have successfully completed Day 02 of my #90DaysOfDevOps challenge! This journey has already been incredibly enriching, and Iβm excited to share my progress.
Today's Focus: Enhancing Linux Skills
Today, I dedicated my time to deepening my understanding of basic Linux commands. Mastering these commands is crucial for navigating and managing files effectively in a Linux environment. Here are some key commands I explored:
Listing Files and Directories
ls
β List the subdirectories and files in the current directory.ls -l
β List files and directories in long format with detailed information.ls -a
β List all files, including hidden ones.
Directory Navigation
pwd
β Print the current working directory.cd
β Change to a specified directory or the home directory.mkdir
β Create a new directory.
I documented these commands in detail, including their usage and sample outputs, to help beginners grasp the fundamentals of Linux.
Contribution to the Community
In addition to my learning, I made a contribution to Shubham Londhe's #90DaysOfDevOps repository. I documented various Linux commands with detailed explanations and sample outputs to support those who are just starting their journey in Linux. You can check out my changes here.
I hope my contributions will assist beginners in understanding these essential commands and encourage them to explore the world of Linux further.
Looking Ahead
As I continue my learning journey, I am eager to expand my knowledge and skills in DevOps. Each day brings new insights and challenges, and Iβm committed to pushing my boundaries.
Stay tuned for more updates on my #90DaysOfDevOps challenge!