This repo contains a series of hands-on exercises I completed while learning Unix/Linux command‑line skills. Each chapter builds practical knowledge through real-world tasks and shell scripting.
You'll find folders like chapter_1
, chapter_2
, etc., and do_more_chapter_X
variants—organizing exercises and additional challenges. The focus is on:
- Navigating directories (
cd
,ls
) - File operations (
cp
,mv
,rm
,touch
,find
) - Text manipulation (
grep
,sed
,awk
) - Permissions (
chmod
,chown
) - Processes & networking (
ps
,kill
,curl
,ssh
) - Shell scripting fundamentals