Day 02 of My #90DaysOfDevOps Challenge

Day 02 of My #90DaysOfDevOps Challenge

Β·

2 min read

πŸš€ 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!

Β