#90daysofdevops-chanllenge
Read more stories on Hashnode
Articles with this tag
What is Git and why is it important? Git is a distributed version control system that is widely used in software development and other collaborative...
What is Git? Git is a free and open-source distributed version control system that allows you to track changes to files and coordinate work on those...
What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure and manage...
#task1: Create a simple file and do ls -ltr to see the details of the files The most important factor for every organization is security. Linux is...
#Task1: Write a bash script createdirectories.sh. When the script is executed with given arguments (three rectory names, start number and end number)...
What is Linux Shell Scripting for DevOps? Shell Scripting is a way to automate tasks in a Linux operating system. It is a sequence of code or text...