© 2023 Hashnode
#shell-script
Task:1 Write a bash script create directories. sh that when the script is executed with three given arguments (one is the directory name and the second is the start number of directories and the third…
What is Shell Scripting? A shell script is a text file that contains a sequence of commands for a UNIX-based operating system. Now the question that comes into mind is Why do we use it? Basically, it …
Introduction: As developers and system administrators, we often find ourselves performing repetitive tasks that can be time-consuming and error-prone. Fortunately, shell scripting provides a solution …
Hi, I have written a shell script to view information like free space, disk space, date etc. of a Linux system. I started an Instance on EC2 AWS and made this script using bash. What will Shell Script…
Greetings everyone! Learning is a never-ending process, and as a learner myself, I believe that sharing our learnings can be one of the most valuable things we can do for others. Day5 of #90daysofdevo…
All about Shell Script Let's discuss, the Shell script today, I hope by reading this blog, your doubt about the shell script will be gone. So, What is Shell Script? A shell script is a list of command…
#Day5 of #90daysofdevopschallenge together to help you understand the functionality of Linux admin in day-to-day activities. What is Shell script? A shell script is an executable file containing multi…
In Linux, file permissions are a set of rules that determine who can access and modify files and directories. File permissions are set for three types of users: the file owner, the group that the file…
Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is start number of directories and third is the end number of dir…
Linux shell scripting refers to the process of creating and running scripts written in the Linux shell language, also known as the bash shell. These scripts are used to automate tasks, such as managin…