Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Core Tech
Google Cloud Platform icon
Labs

Automate Scripts in Ubuntu Linux

Linux is everywhere and sits at the heart of cloud computing, making it hard to avoid. Working through this lab, you will learn the skills needed to effectively automate laborious tasks by creating shell scripts. In doing so, not only are you saving time, but you will be documenting the process by means of the script, so nothing is forgotten. This is an essential part of any compliance program you are tested against. The lab will step you through using a script to create user accounts, which will use if statements, while loops, and for loops.

Google Cloud Platform icon
Lab platform
Lab Info
Level
Beginner
Last updated
Oct 12, 2025
Duration
1h 30m

Contact sales

By clicking submit, you agree to our Privacy Policy and Terms of Use.
Table of Contents
  1. Challenge

    Understand Shell Scripts

    In this challenge you will become familiar with keywords used in shell scripting, and how to locate help on syntax elements.

  2. Challenge

    Create a Script to Add a Linux User

    The ultimate goal is to create a shell script that creates a user and sets the password. This will be built step by step: initially your will solely create the user. By the end of the challenge, the username can be passed as an argument or via a prompt.

  3. Challenge

    Check the User is Unique

    Whilst your script is OK, it is not perfect. One issue is that it really needs to check that the user account is not already present before calling useradd. In this challenge you will add a simple check.

  4. Challenge

    Allow Multiple Arguments

    But what if the you want to create many user accounts? Currently your script only handles the first argument, and nothing more. All other arguments are silently ignored. You will now adjust the script to read an array of arguments. A for loop will be used to iterate though each supplied argument.

  5. Challenge

    The Last Challenge

    Welcome to the final challenge! This is your last chance to experiment in the environment. Clicking Finish Lab will end this little world that flittered into existence just for you.

About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight