Basic Linux Commands

Day-2 challenge

  1. pwd : (Present Working Directory) is the command to check the present working directory.

  2. ls -al : is used to list all the hidden files and folders.

  3. mkdir -p A/B/C/D/E : is used to create a nested directory A/B/C/D/E

#90DaysOfDevOps