How to Create Shell Script in Linux/Unix

Today, We will learn how to create shell scripts in Linux or UNIX systems. We will start with the basic concept of how shell scripts work and will also see the example. Read: Linux Shell script example 1 Shell Scripting is an open-source computer program designed to be run by the Unix/Linux shell. Shell Scripting is … Read more

Shells

A shell is a program that interprets and runs the commands typed at the console by the user. The shell sends requests to the kernel, which executes them. UNIX comes with various shells, the most common being the C Shell, the Bourne Shell and the Korn Shell. IRIX adds the Tenex Shell. linux includes both … Read more

The Unix philosophy in a nutshell

To understand anyone (or anything), one must strive to first understand their (or its) underlying philosophy; to begin to understand Linux is to begin to understand the Unix philosophy. Here, we shall not attempt to delve into every minute detail; rather, an overall understanding of the essentials of the Unix philosophy is our goal. Also, … Read more

Capitalization

Let us now talk about something that just messes with every Windows user’s head when making the switch to Linux: Capitalization. So basically, you have uppercase and lowercase letters. In the Windows operating system, it doesn’t care whether you put in an uppercase or a lowercase letter. If you have a folder named “Home” in … Read more

The Linux Shell

let us now talk about the shell of the Linux operating system. So what is a shell? The shell of an operating system is the screen that you use to interact with the operating system. If you’re thinking about Microsoft Windows, the Windows shell is that graphical user interface where we have the little mouse … Read more

The Linux desktop environment

In the early days of Linux (the early 1990s) all that was available was a simple text interface to the Linux operating system. This text interface allowed administrators to start programs, control program operations, and move files around on the system. With the popularity of Microsoft Windows, computer users expected more than the old text … Read more

GNU utilities

The GNU organization (GNU stands for GNU’s Not Unix) developed a complete set of Unix utilities, but had no kernel system to run them on. These utilities were developed under a software philosophy called open source software (OSS). The concept of OSS allows programmers to develop software and then release it to the world with … Read more

Open Source

Open     source     software     is     not     free     software.     And     if     you     treat     all     open     source  software     as     if     it     is     free,     you     are     jeopardizing     not     only     your     career,     but     … Read more

The Linux Shell

Now    that    we    have    the    legalities    out    of    the    way,    let    us    now    talk    about    the    shell    of the    Linux    operating    system.    So    what    is    a    shell?    The    shell    of    an    operating    system    is the     screen     that     you     use     to     interact     with     the     operating     system.   … Read more