Open in app

Sign In

Write

Sign In

Katherine De La Hoz
Katherine De La Hoz

Home

About

Nov 26, 2020

¿What happens when you type ls -l in the shell?

It’s amazing everything that happens when you press ls -l. Let’s start by knowing the result of this operation, type in your Linux Terminal ls -l and press the enter key, you should see something like this:

Linux

3 min read

¿What happens when you type ls -l in the shell?
¿What happens when you type ls -l in the shell?
Linux

3 min read


Oct 13, 2020

Static libraries in C

To better understand what a static library is, it is important to be clear about the simple concept of a library. A library also defined as a library is nothing more than a set of books, you can access these books through a reference. Something similar happens with libraries in…

Static

3 min read

Static libraries in C
Static libraries in C
Static

3 min read


Sep 17, 2020

GCC Compilation Process

As we know, the compilation process is a mechanism by which the source code of a program is translated into machine language. The compilation can be done in several ways, this time I will write about how to do it through the GCC compiler. …

Compilation

2 min read

GCC Compilation Process
GCC Compilation Process
Compilation

2 min read


Sep 15, 2020

Linux links

In Linux it is possible to create links in alternate files that are identical in content to the original file and that are updated instantly. Today I will write about those links, which are of two types: Symbolic links: Symbolic links are a type of file that points to another…

Linux

4 min read

Linux Links
Linux Links
Linux

4 min read


Sep 15, 2020

¿What happens when you type ls *.c ?

Behind these 7 characters there is a great search. I can start by saying that the ls command lists the files and folders contained in the current directory. This command performs a path expansion that shows all the files and folders that this path contains. When we type the ls…

Commands

2 min read

¿What happens when you type ls *.c ?
¿What happens when you type ls *.c ?
Commands

2 min read

Katherine De La Hoz

Katherine De La Hoz

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams