#devops
Read more stories on Hashnode
Articles with this tag
#!/bin/bash # This script demonstrates various Bash scripting features, with definitions and examples for each. # ---------------- Task 1: Comments...
Task 1: Understanding File Permissions 📂🔍 Create a simple file and run ls -ltr to see the details of the files. Each of the three permissions is...
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,...