# Lab 3
## 1. Create a simple script to print odd numbers from 1 to 10.


## 2. Create a shell script which makes new users and their corresponding passwords for 10 accounts in the system. Script should read the data from the file users.txt(you can write data to this file).
### Shell script:

### Result:

## 3. Provide an example of the shell script where you can pass result (not an exit code) of the executed function in a subshell to the parent’s shell
### Subshell script:

### Parent script:

### Calling parent from terminal:

## 4. Create script that redirects system date and disk utilization in a file with systemd.
### Creating script that redirects needed data:

### Creating systemd redirection service:

### Running systemd service:

### Output file:
