Mark As Completed Discussion

In this lesson, we will learn about bash and its basic commands, with a focus on the following key points:

  1. Getting an introduction to bash and its commands.
  2. Understanding how to perform operations using the command line.

Computers provide two kinds of interfaces to the user:

  1. Graphical User Interface (GUI), and
  2. text-based interfaces (through command line or terminal)

These interfaces allow you to navigate through the operating system and file system. In text-based interfaces, a command line interpreter or shell is used to interpret the given commands by the user. This tutorial focuses on one such popular shell known as bash. It is the default shell of most Linux distributions and Apple's macOS.