Day 2 Task: Basics linux command LondheShubham153/90DaysOfDevOps

Day 2 Task: Basics linux command LondheShubham153/90DaysOfDevOps

  1. Check your present working directory.

pwd- command

  1. List all the files or directories including hidden files

    ls -a

  2. Create a nested directory

    mkdir -p amit/mohit/suraj/badal/rahul

  3. chack my url- https://github.com/kumamit56/90DaysOfDevOps/blob/master/2023/day02/tasks.md