Articles

Home / Articles / Linux

What is Linux Operating System?

Linux is a free, open-source operating system, released under the GNU General Public License (GPL). An operating system is software that directly manages a system’s hardware and resources, like CPU, memory, …..

What is Shell Scripting?

A shell script is a computer program designed to be run by the Unix/Linux shell. While working towards automation, shell scripting plays a vital role. In …..

How to take input in a Bash script?

In order to make our script interactive and dynamic, we need to take some input from the user. By taking the input we can actually provide some …..