Shreshta Thirushreshta0104.hashnode.dev·Feb 11, 2024Day 07 Task:Understanding package manager and systemctl Package Manager: A package manager is a tool used in Linux distributions to simplify the process of installing, updating, configuring, and removing software packages. It automates the management of software...#90DaysOfDevopsChallange #devopszerotohero
Shreshta Thirushreshta0104.hashnode.dev·Feb 11, 2024Day 06- TaskCreate a simple file and do ls -ltr to see the details of the files. Write an article about File Permissions based on your understanding from the notes. #chgrp-to change the owner of the group chmod-used to change access permissions for file/dire...#90DaysOfDevopsChallange #devopszerotohero
Priyanka Gondpriyanka-devopsblogs.hashnode.dev·Feb 10, 2024Day 7 Task:Understanding package manager and systemctl Package Manager: A package manager is a tool used in Linux distributions to simplify the process of installing, updating, configuring, and removing software packages. It automates the management of software...package management
Priyanka Gondpriyanka-devopsblogs.hashnode.dev·Feb 9, 2024Day 05 Task: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 as day1 day2...#90DaysOfDevopsChallange #devopszerotohero
Priyanka Gondpriyanka-devopsblogs.hashnode.dev·Feb 6, 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...day4task
Shreshta Thirushreshta0104.hashnode.dev·Feb 4, 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 #devopszerotohero
Shreshta Thirushreshta0104.hashnode.dev·Feb 4, 2024DAY2:Getting started with linuxLinux Basic commands Commands *date -shows today's date and in UTC *cal-show the calendar for the current month *uptime-shows the uptime like how long the system is on and running **whoami who w users id all these commands shows similar informatio...#90DaysOfDevopsChallange #devopszerotohero