Skip to content

Linux Lab Journal

BenWare-FED edited this page Nov 13, 2023 · 1 revision
  1. make in Linux is the command that compiles source code in order to generate binaries.
  2. It is useful for the source code of programs to be available so that user are able to customize the program to better suit their needs.
  3. Source code is a list of commands that are compiled in order for a program to be able to be ran that is in a format that is readable by a human.
  4. A binary is the language that a computer is able to read and understand.

Clone this wiki locally