Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendon45/alx-system_engineering-devops
0x00. Shell, basics
https://github.com/brendon45/alx-system_engineering-devops
Last synced: 4 days ago
JSON representation
0x00. Shell, basics
- Host: GitHub
- URL: https://github.com/brendon45/alx-system_engineering-devops
- Owner: Brendon45
- Created: 2023-07-05T11:57:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T12:06:38.000Z (7 months ago)
- Last Synced: 2024-04-14T07:59:30.712Z (7 months ago)
- Language: Shell
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx-system_engineering-devops
## This repository covers the shell basics and advanced.
## Engineering Devops Directories
## what is an executable file (program)?
they are files that contain instructions to perform specific tasks
they are written in programming languages such as C++, C, Python and others
they can directly be executed by the operating system.
e.g. the /bin directory contains all system-wide executable files like ls, mkdir, touch, pwd
inside these files are defined rules and instructions that tells the computer what to do if any of these files are executed.
the computer understands to list all files and directories when the ls file is executed.
what are the types of executable programs? compiles executable programs## Compiled executable files
- are created from programming languages like C, C++, Rust, among others and compiled into machine code, which is specific to the processor architecture, and stored in an executable binary file. The compiled binary file contains the instructions that the computer's processor can directly execute.## Interpreted executable programs
- they contain human readable instructions which are then interpreted and by an interpreted program like shell, zsh among others. they are written in interpreter languages like Python, scripting languages, Perl, Ruby and they need an interpreter program to run their codes.
are all executable programs files? YES- is it possible to create executable programs myself? YES
This repository contains interpreted executable programs, written by me to perform specific functions.
These executable files are organized into directories per their functions.## AUTHORS:
Brendon Jeje
![KSKSKKS](https://happycoding.io/tutorials/html/images/rainbow-logo-2.png)