Dynamic librariesIn a past post, which you can find in this link https://medium.com/@Ana_Morales/c-static-libraries-479afec201a6, we talked about static…Sep 7, 2020Sep 7, 2020
What happens when you type ls -l in the shell?Have you ever wondered what happens when you type “ls -l” in the shell? We already know “ls” is a Linux shell command that lists directory…Aug 14, 2020Aug 14, 2020
What happens when you type gcc to compile a .c file?GCC is an integrated compiler of the GNU project for C, C ++, Objective C and Fortran; it is capable of receiving a source program in any…Jun 11, 2020Jun 11, 2020
Links Between FilesThere are two ways to create pointers to files or directories in the file system: by creating a hard link to the file or by creating a…Jun 9, 2020Jun 9, 2020
What happens when you type ls *.c ?Expansion is done on the command line after it has been broken into tokens. There are diferent kinds of expansions, this time I am gonig…Jun 8, 20201Jun 8, 20201