What happens when you type `ls -l *.c` in the shell?A shell is an essential tool in Linux and UNIX because it acts as the primary method of interacting with the operating system. It is a…Sep 2, 2021Sep 2, 2021
The Mechanics of Compiling a C ProgramPreprocessing is the first step in compiling. Any code included in the application is processed, and conditional instructions — such as…Jun 23, 2021Jun 23, 2021
Understanding Symbolic Links and Hard LinksI’d dived into Linux for a long time before I understood the difference between hard and symbolic links. As a result, I used symbolic links…Jun 17, 2021Jun 17, 2021