#90DaysOfDevOpsChallenge
Day 2/90
Basic Linux commands:
Check your present working directory:
pwd --> Print working directory It shows the current working directory that you are in.
ubuntu@ip-000-31-92-000:~/Episodes$ pwd
/home/ubuntu/Episodes
List all the files or d...
episodes.hashnode.dev2 min read