Master the essential commands for navigating the Linux filesystem. Learn to move between directories, list files, create folders, and understand your current location in the file system.
Learn to see where you are in the filesystem using pwd (print working directory).
pwdpwd shows your current location in the filesystem. When you open a terminal, you typically start in your home directory (/home/username on Linux or /Users/username on macOS).
You'll see your current directory path, like /home/yourusername or /Users/yourusername