- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Core Tech

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.

Lab Info
Table of Contents
-
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.
-
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.
-
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.
-
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.
-
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
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.