Linux Shell Scripting (Mini)


#!/bin/bash
mkdir Folder1 mkdir Folder2 mkdir Folder3

sudo useradd user1 sudo useradd user2 sudo useradd user3




now we need to give the permision to the file called ./my_first_shell_script.sh once the permission is granted the the part on the file will be green color

