Chapter 3
📂 Listing Files with ls
lslsls -l # long listing (permissions, size, owner, date)
ls -a # show hidden files (those starting with .)
ls -lh # human-readable sizes
ls -lt # sort by modification time (newest first)
ls -R # list recursively into subdirectories🧾 What’s This File? (file)
file)file /bin/ls📖 Viewing Files with less
less🗂️ Key Linux Directories
🔗 Links: Hard vs Symbolic
Hard Links
Symbolic (Soft) Links
🏋️ Exercises
Last updated