Linux Challenge #1: The Power of Basics – Can You Automate This?
Hey there, Terminal Warriors! You've made it through the core commands: mkdir, touch, cat, rm, cp, and mv. Now it’s time to apply them all together in a practical challenge that'll push your command-line confidence to the next level. This challenge is meant for RHEL 9 learners following my series — but anyone who loves some good terminal automation fun can jump in! Challenge Brief You're asked to quickly organize a project workspace for a small dev team. Here’s what needs to be done:

Hey there, Terminal Warriors!
You've made it through the core commands: mkdir
, touch
, cat
, rm
, cp
, and mv
. Now it’s time to apply them all together in a practical challenge that'll push your command-line confidence to the next level.
This challenge is meant for RHEL 9 learners following my series — but anyone who loves some good terminal automation fun can jump in!
Challenge Brief
You're asked to quickly organize a project workspace for a small dev team.
Here’s what needs to be done: