Thursday, January 21, 2021

The bash Shell

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.

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...