Projects

You have been learning about Linux for some time, and it is time to start getting a feel of how to automate some work using Shell Scripts.

In this project, you need to onboard 20 new Linux users onto a server. Create a shell script that reads a csv file that contains the first name of the users to be onboarded.

  1. Create the project folder called Shell
mkdir Shell

Move into the Shell folder

cd Shell
  1. Create a csv file name names.csv Learn More