Advanced Linux Shell Scripting for DevOps Engineers with User management #Day 5

<h1>TABLE OF CONTENTS</h1> <p><strong>1.Write a bash script create directories.sh that when the script is executed with three given arguments (one is directory name and second is start number of directories and third is the end number of directories ) it creates specified number of directories with a dynamic directory name.</strong></p> <p><strong>2.create a Script to backup all your work done till now</strong></p> <p><strong>3.Read About Cron and Crontab, to automate the backup Script</strong></p> <p><strong>4.Read about User Management</strong></p> <p><strong>5.Create 2 users and just display their Usernames</strong></p> <h1><strong>1.Write a bash script create directories.sh that when the script is executed with three given arguments (one is directory name and second is start number of directories and third is the end number of directories ) it creates specified number of directories with a dynamic directory name.</strong></h1> <p><a href="https://medium.com/@harshBlogs/advanced-linux-shell-scripting-for-devops-engineers-with-user-management-9835a2b11d5f"><strong>Learn More</strong></a></p>
Tags: Linux Shell