Rahul Guptacloudopsrahul.hashnode.dev·May 8, 2024Day 5 - Advanced Linux Shell Scripting for DevOps Engineers with User managementTask 1: Create a Script to Create Directories with Dynamic Names Here's the script createDirectories.sh that creates directories based on the given arguments (name prefix, start, and end numbers): #!/bin/bash # Check if the correct number of argumen...37 reads#90daysofdevops
Shahaji Kadamkshahaji00.hashnode.dev·Sep 1, 2023Advanced Linux Shell Scripting for DevOps Engineers with Crontab (Post-5/Part-III)Backups are an important part of DevOps Engineer's day to Day activities The video in References will help you to understand How a DevOps Engineer takes backups (it can feel a bit difficult but keep trying, Nothing is impossible.) Watch this video Wh...crontab
Utsav Gohelgoutsav.hashnode.dev·Aug 4, 2023Advanced Linux Shell ScriptingAdvanced Linux Shell Scripting for DevOps Engineers with User Management You have to do the same using Shell Script i.e using either Loops or command with start day and end day variables using arguments - So Write a bash script create directories.s... #BackupScript
Rohit Ramtekerohi56.hashnode.dev·Jul 20, 2023📝 Blog: Day 5 Tasks for DevOps Engineers 🚀Introduction Hello fellow DevOps enthusiasts! 👋 Today, let's dive into some advanced Linux shell scripting and user management tasks to further enhance our skills. Let's get started! 💻🔧 1. Automating Directory Creation with createDirectories.sh Th...1 likeLinux