Command
Use Case
Explanation




ls
List directory contents
Displays files and directories in the current directory. Use ls -l for detailed info.


cd
Change directory
Navigates between directories. Example: cd /home/user moves to /home/user.


pwd
Print working directory
Shows the current directory path. Useful to confirm location.


mkdir
Create...