1.5 Quick Practice and Summary
After setup, try:
uname -a
– check system details.ls
,cd
,mkdir demo-folder
– navigate and create directories.sudo apt install curl
(ordnf
) – install a tool.- Explore
/etc
,/home
, and/var
directories.
Summary
You’ve now:
- Chosen a Linux installation method: WSL or live USB.
- Installed Debian and Ubuntu on WSL.
- Used
apt
anddnf
for software management.
Next up: Chapter 2 – Command Line Basics, where you’ll learn navigation, file manipulation, and system commands.