Introduction to Bash Scripting
In this blog we will see how we can create our script in Linux and we will also see how […]
In this blog we will see how we can create our script in Linux and we will also see how […]
In this blog we will learn how to use useradd command create users in Linux . To create a user […]
The Case Statement The case statement is used to execute statements based on specific values. Often used in place of […]
In this post we will see how to write a bash shell script to Check if File Exists or Not. Tech […]
Bash Shell Conditional Statements Conditionals let us decide whether to perform an action or not, this decision is taken by evaluating […]
USER INPUT Read command – The read command allows you to prompt for input and store it in a variable. Read a […]
rmdir $ rmdir -p {directory} rmdir – remove directory This deletes a directory. The directory must be empty of both […]
mkdir Use mkdir to make a directory $ mkdir {directory} $ mkdir newdir $ mkdir –p newdir1/newdir2/newdir3 NOTE: You have […]
Copyright © 2024 | WordPress Theme by MH Themes