Hamburger Icon
  • Labs icon Lab
  • 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
Labs

Path Info

Rating
(39 reviews)
Level
Clock icon Beginner
Duration
Clock icon 1h 20m
Published
Clock icon Aug 08, 2024

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Getting Started in the Lab Environment

    Here are the initial instructions and explanation of the lab environment. Read this while your environment is busy creating itself from nothing. Yes, this violates physics; we know. Have fun!

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

Andrew is a committed evangelist of the Linux Operating System and the concept of community and freedom that it provides. He has worked as a technical trainer since 1995 and has taught throughout the world, including Australia, the US, Germany and Eastern Europe. Andrew started teaching Linux in 2004 when Novell acquired SUSE and has been a long time supporter of Novell and provides SYSOP support the the Certifed Novell Instructor community on Linux. Andrew founded theurbanpenguin and has been submitting video training material to his YouTube channel since 2009 and currently has over 8,500 subscribers and 1.6 Million views. Andrew has had two publications with Packt: Citrix Access Gateway VPX Essentials (2012) and Citrix XenApp (2013).

What's a lab?

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.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.