Linux Commands You Should Know

We will use the shell program bash (Bourne Again shell). Many Linux distributions will default to the bash shell. But, there are other shells available such as ksh, zsh, tsch. The shell is a program that send your commands from the keyboard to the operating system to perform. For example, if a user types $ […]
Linux Filesystem and Essential Commands

As a cloud engineer, having a strong command over Linux filesystems and essential commands is crucial for managing your cloud instances effectively. Let’s explore the Linux filesystem hierarchy and introduced key commands that will help you navigate and manipulate your Linux-based cloud environments. By mastering these basics, you’ll be better equipped to handle the complexities […]