There is a lot of misunderstanding when it comes to what the bash shell is and is not. The bash shell is not "Linux." The bash shell lets a user interact with Linux by typing Linux commands into bash and then bash executes the commands by handing them off to the Linux kernel. Over the next several post I will explorer the bash shell with the goal of being able to clearly explain how it operates.
Linux Quick Notes is blog site about the Linux operating system. Its purpose is help people prepare for the RHCSA Exam.
Thursday, January 21, 2021
Welcome Back to Linux Quick Notes!
Hello and welcome to the relaunched Linux Quick Notes! I’m Steven, and I’m thrilled to revive this blog, originally created four years ago d...
-
I've decided that I need a new challenge, specifically, I want to achieve a Red Hat Linux certification. I want to achieve the Red Hat C...
-
When writing scripts, you usually want to store them in a folder that is defined in the bash $PATH variable. For example, you might want to...
-
I loaded Centos Stream 8 (CS8) today in order to learn RHEL using RHEL closest clone out there. Here's what I've done so far: 1) I...