Bash Scripting Video Tutorial for Beginners

Bash Scripting is method to automate regular boring stuff. Bash scripting is a simple commands executing them in correct sequence. Write the commands in sequence to do your work and execute the file using sh or .filename.sh or source shellscripting.sh in layman term it is bash scripting.

what is bash scripting..?

Scripting is a group commands written in a sequence to automate regular boring stuff.

To write bash scripts we have to use Bang! (#!/bin/bash) first line of the script, which is called bash shell path to execute the script using bash.

How to check Bash path..?

We have to use which / whereis commands to identify the bash path.

[user@rhel7 ~]$ which bash
/usr/bin/bash

[user@rhel7 ~]$ whereis bash
bash: /usr/bin/bash /usr/share/man/man1/bash.1.gz

what is bash ..?

Bash is a “UNIX shell”: a command-line interface for interacting with the kernel.

Stay tune for the Next Class.

Related Articles

Gather contact information of each host and service in Nagios Doesn’t have to be hard. Read this tips and tricks to make your work easier.

Authentication token is no longer valid new one required

Creating multiple users using single command

File System Usage Monitoring Script

CPU Utilisation Monitoring Script

Disk Space Monitoring Script

8 cut command practical examples explained

Shell Scripting Class 2 Variable tips you need to learn

Thanks for your wonderful Support and Encouragement

Ankam Ravi Kumar

Working as Linux / Storage Administrator L3. Interested in sharing the knowledge.

1 Response

  1. Ankur says:

    Nice vedio ,but very short

Leave a Reply

Your email address will not be published. Required fields are marked *