In this Repo, you will find a set of projects to learn about system engineering and DevOps. These projects were carried out during my full-stack software engineering training at ALX Africa.
- Script written in bash
- Tested on Ubuntu 20.4
Each of the following lines is a folder that represents a project done during the training.
| PROJECT | DESCRIPTION |
|---|---|
0x00-shell_basics. |
Aims to learn basic shell commands related to files and directories management operation like create, rename, move... |
0x01-shell_permissions. |
This project aims to practice ownership and related commands like chmod, chown, su, adduser... and thier different uptions. |
0x02-shell_redirections |
The aim of the project was to learn how to make research with the find command and also learn how to redirect the output either in a file or use it as the input for another command |
0x03-shell_variables_expansions |
This project aimed to learn different types of variable (local and global variables), how to create, update and delete them, It was also about expansions, arithmetic operations and Aliases |