#devopscommunity
Read more stories on Hashnode
Articles with this tag
Task 1:Create Directories Using Shell Script: Description:Write a bash script `createDirectories.sh` that, when executed with three arguments...
1. Explain in your own words and with examples what Shell Scripting means for DevOps: - Shell scripting in DevOps is about automating tasks to make...
1. View the content of a file and display line numbers Command: cat -n filename.txt cat: Displays the contents of a file. -n: Adds line numbers to...
As I progress in my DevOps journey, today I dedicated time to mastering essential Linux commands. These commands are fundamental for managing servers,...
what is devops? DevOps is a way of working that brings together software development (Dev) and IT operations (Ops). It uses practices, tools, and a...