Jul 2, 2024 · 3 min read · Introduction In this post, we’ll explore shell programming and its various aspects, providing a solid understanding of standard shell programs, including the Bourne Again Shell (bash). Shell scripting is integral to the Unix operating system, so a ba...
Join discussion
Jun 26, 2024 · 2 min read · 1) List files using ls with no option ls with no option list files and directories in a bare format where we won’t be able to viewdetails like file types, size, modified date and time, permission and links etc.ls 2) List Files with option -l Here, ls...
Join discussionFeb 8, 2024 · 4 min read · 🎬Delving into Advance Shell Scripting Essentials! 📂Task 1: Creating a Dynamic Directory Example #1: When executing ./createDirectories.shday 1 90, the script generates 90 directories labeled from day1 to day90. #!/bin/bash echo "Enter name of t...
Join discussion
Oct 30, 2023 · 4 min read · Day 4 Task: Basic Linux Shell Scripting for DevOps Engineers. What is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell A shell is a special u...
Join discussionMay 18, 2023 · 2 min read · Linux is an open-source operating system kernel that serves as the foundation for numerous operating systems known as Linux distributions. It was developed by linus torvalds. In DevOps (Development and Operations), Linux plays a crucial role due to i...
Join discussion