DEV Community

Dargslan
Dargslan

Posted on

What should a junior system administrator learn next?

Start with a task you want to handle independently.

Can you explain why a user cannot access a file? Find useful evidence when a service fails? Repeat a task without relying on the exact steps from a tutorial?

Those questions can help you choose your next learning project—and the right book to support it.

Here is a practical Linux reading path from our Dargslan Publishing catalog.

Build your foundations

Linux for Absolute Beginners covers installation, terminal navigation, permissions, packages, services, networking basics, and logs.

A useful first project: set up a Linux virtual machine, create a user, install a service, and document how you checked that everything works.

Explore the book:
Linux for Absolute Beginners

Turn understanding into practice

250 Linux Exercises provides structured practice across file management, text processing, networking, scripting, permissions, and administration.

Try keeping a learning journal with three columns: the task, your approach, and what you learned. Repeat selected exercises later without your notes.

Explore the book:
250 Linux Exercises

Develop your troubleshooting process

Broken Linux covers failure scenarios involving boot, storage, networking, SSH, permissions, services, and recovery.

It assumes existing Linux knowledge. Once you are comfortable with everyday administration, use a disposable lab to practise investigating failures and verifying recovery.

Explore the book:
Broken Linux

For every lab, write down:

• What did I expect?
• What actually happened?
• What evidence did I collect?
• How did I verify the result?

These notes become a record of your developing judgment.

Choose the stage that matches your experience, then give yourself one concrete task to complete this week.

What was the first Linux problem you solved independently—and what did it teach you?

Linux #SystemAdministration #ITCareers #LearningByDoing

Top comments (0)