Day-2 Task: Basic Linux Commands

Day-2 Task: Basic Linux Commands

  1. Check your present working directory.Command: pwd

Article content

2. List all the files or directories including hidden files.

Command: ls -a

Article content

3.Create a nested directory A/B/C/D/E

Command: mkdir -p A/B/C/D/E

Article content


To view or add a comment, sign in

More articles by Ravi Srivastava

  • Monitoring & Observability

    💡 Introduction to Observability Observability is the ability to understand the internal state of a system by analyzing…

  • 🚀 Deploying an Application on GCP Cloud Run: A Step-by-Step Guide

    🚀 Just Published! 🚀 I recently deployed an application on GCP Cloud Run, and I’ve documented the entire process in my…

  • Deploying an AWS Virtual Machine with Terraform: A Step-by-Step Guide

    Introduction Terraform is an open-source infrastructure as code (IaC) tool that allows you to define and provision data…

  • Mastering Docker: Concepts, Architecture, and Installation Guide

    What is Docker? Docker is a containerization platform that provides easy way to containerize your applications, which…

  • Introduction to Containers

    A container is a standard unit of software that packages up code and all its dependencies so the application runs…

  • Kubernetes Cluster Architecture

    Our Kubernetes cluster is structured into two main sections: Master Node (Control Plane) 🖥️ API Server 🛠️ Scheduler…

    1 Comment
  • Summary Zero to Hero Batch-6, Day-4!

    🚀 Hello Connections, TWS-Community, and Techies! Excited to share insights from Zero to Hero Batch-6, Day-4. Today's…

  • 90DaysOfDevops

    Day-3 Task To view what's written in a file. There are 3 ways to view what's written in a file.

  • Introduction-Day1

    What is DevOps? Its not a method or technology, its a Culture in which you need set of practices, principles that aim…

  • LinkedIn Profile Building Challenge

    I am very excited to start my journey to upskilling myself with Shubham Londhe TrainWithShubham and TWS community. I am…

Explore content categories