Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osenoah/alx-system_engineering-devops
Let's see what Shell is.
https://github.com/osenoah/alx-system_engineering-devops
alx alx-system-engineering bash bash-script devops linux osenoah shebang shell shell-script ubuntu ubuntu2004 unix
Last synced: 6 days ago
JSON representation
Let's see what Shell is.
- Host: GitHub
- URL: https://github.com/osenoah/alx-system_engineering-devops
- Owner: osenoah
- Created: 2022-11-30T20:27:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T22:47:19.000Z (3 months ago)
- Last Synced: 2024-08-23T00:10:21.084Z (3 months ago)
- Topics: alx, alx-system-engineering, bash, bash-script, devops, linux, osenoah, shebang, shell, shell-script, ubuntu, ubuntu2004, unix
- Language: Shell
- Homepage:
- Size: 270 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System engineering & Devops
Module of **System engineering** and **Devops**, carried out during **Software Engineering studies** at **ALX**.
## Technologies
* Scripts written in `Bash`
* Tested on `Ubuntu 20.04 LTS`## Projects
All of the following folders are projects done during the studies:| Project name | Description |
| ------------ | ----------- |
| `0x00-shell_basics`| It aims to learn about basics commands, navigation, files and directories in **Shell** |
| `0x01-shell_permissions` | It aims to learn about man pages, permissions (owner, group and other) of files and directories in **Shell** |
| `0x02-shell_redirections` | It aims to learn about how to handle standard input and output and how to combine commands and filters with redirections in **Shell** |
| `0x03-shell_variable_expansions` | It aims to learn about alias builtin, help builtin, local, global and reserved variables (PATH, HOME and PS1), special parameters `$?` and single an double quotes in **Shell**