A Journey Through Linux Commands
Part 1: The Command-Line Essentials
1.1. Navigating the File System
Basic Command: cd, ls, pwd
Let's start with the basics. Use cd to change directories, ls to list files and directories, and pwd to print the current directory.
cd /path/to/directory ...
srikanthmergu.hashnode.dev3 min read