Getting Started with Basic Linux (Bash) Commands Part -1
1. Navigating the File System
pwd: Print Working Directory
Displays the current directory you are in.
Example: pwd
ls: List Directory Contents
Lists files and directories in the current directory.
Example: ls
cd: Change Directory
Used to ...
devops-track.hashnode.dev2 min read