Mastering Basic CLI Commands
Explore fundamental Linux commands for interacting with your server, including `ls`, `cd`, `pwd`, `mkdir`, and `rm`.
Your Linux Command Toolkit
Time to build your command toolkit — the core commands for navigating and managing files. The CLI lets you talk to your system directly in text.
Finding Your Current Location
pwd (print working directory) tells you exactly where you are in the filesystem. You always start somewhere, usually your home directory.
pwd