Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 1.33 KB

File metadata and controls

54 lines (49 loc) · 1.33 KB

DevOps12 Professional

Technion course 2025, BASH module

Shalom BASH logo


Introduction

This repository holds the homework tasks of Linux/BASH sub-module based on the Linux Fundamentals book by Paul Cobbaut

Files structure

BASH/
├── chapter23
│   ├── get_city.sh
│   └── get_vars.sh
├── chapter24
│   └── loops.sh
├── chapter25
│   ├── parameters1.sh
│   ├── parameters2.sh
│   └── parameters3.sh
├── chapter26
│   ├── casematch.sh
│   └── format_print.sh
├── chapter27
│   └── users27.sh
├── chapter28
│   ├── clean_user.sh
│   └── user_managment28.sh
├── chapter29
│   └── user_passwords29.sh
├── chapter30
│   ├── readme.md
│   └── user_profile.sh
├── chapter31
│   └── groups31.sh
├── chapter32
│   └── permissions32.sh
├── chapter33
│   └── permissions33.sh
├── chapter34
├── chapter35
│   └── links35.sh
├── others
│   └── build_iso
│       ├── linux_setuptask_backup.sh
│       ├── linux_setuptask_install.sh
│       └── linux_setuptask_setup.sh
├── readme.md
└── task.txt