Tag

Linux

cd – Change the Working Directory
Linux

cd – Change the Working Directory

cd (change directory) lets you navigate the file system, moving from one folder to another. Usage: bash cd Jumps straight

Aug 9, 2026 1 min read
ls – List Files and Directories
Linux

ls – List Files and Directories

The ls command is a fundamental Linux command used to list files and directories in the current working directory. It

Aug 1, 2026 1 min read