Shreshta Thirushreshta0104.hashnode.dev·Feb 11, 2024Day 5 Task2 min read 1.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 - Example 1: When the script is executed as ./createDirectories.shday 1 90 then it creates 90 directories a...#90DaysOfDevopsChallange hashtag#devopszerotohero
Shreshta Thirushreshta0104.hashnode.dev·Feb 11, 2024Day 04 Task1.what is shell scripting for devops Shell scripting in DevOps is like having a toolbox full of handy shortcuts for automating tasks in software development and operations. It's about writing scripts using shell languages like Bash to streamline proc...#90DaysOfDevopsChallange hashtag#devopszerotohero
Shreshta Thirushreshta0104.hashnode.dev·Feb 11, 2024Linux Task Day-3#1.To view what's written in a file #2. change the access permissions of files. # 3.check which commands you have run till now. #4.Remove a directory/ Folder. #5.To create a fruits.txt file and to view the content. #6.Add content in devops.txt ...#90DaysOfDevopsChallange hashtag#devopszerotohero
Shreshta Thirushreshta0104.hashnode.dev·Feb 11, 2024Linux Advanced Commands#useradd- creating user account #groupadd- used to create user groups #gpasswd- adding members to group #sudo cat /etc/group - to see the number of groups available #chgrp-to change the owner of the group chmod-used to change access permissions f...#90DaysOfDevopsChallange hashtag#devopszerotohero