What happens when you type holbertonschool.com in your browser and press EnterWhat happens when you type holbertonschool.com in your browser and press EnterJan 14, 2021Jan 14, 2021
Everything is object in pythonAnyone who wants to learn how to program Python should know that all he finds is an object and that there are mutable and immutable…Sep 30, 2020Sep 30, 2020
What happens when we write “ls -l”?In order to understand what happens when we type this we must first understand the following:Aug 18, 2020Aug 18, 2020
Compilation stagesThe compile process involves four successive stages: preprocessing, compilation, assembly, and binding. To move from a human-written…Jun 10, 2020Jun 10, 2020
Hard link vs. Symbolic linkWhat is a hard link? They are the links that associate two or more files sharing the same inodo(information about the file or folder…Jun 8, 2020Jun 8, 2020
What happens when we write “ls *.c”?The first step in understanding the behavior of this is to understand the function of the ls command.Jun 8, 2020Jun 8, 2020