An open API service indexing awesome lists of open source software.

https://github.com/emansarahafi/fedora-bashscripting

Used different Unix commands to manage a Unix operating system (Fedora).
https://github.com/emansarahafi/fedora-bashscripting

bash-script fedora

Last synced: 3 months ago
JSON representation

Used different Unix commands to manage a Unix operating system (Fedora).

Awesome Lists containing this project

README

        

# Fedora-BashScripting

This project required using different Unix commands to manage a Unix operating system (Fedora).

## 1. Deploying a Unix-based operating system using VirtualBox.

## 2. Save the log session of the following:
- Displaying system information, including Release, CPU Utilization, RAM Utilization, and Disk Utilization.
- Creating three user accounts, Manager01, Employee01, Employee02
- Creating a directory on the Employee01 account that can be accessed only by Manager01.
- Searching for files larger than 200 MB in the "/opt" directory.
- Creating a tar named "log.tar" for the "/var/log" directory.

## 3. Create a script that:
- Reads the first name.
- Reads the last name.
- Prints first and last name.

## 4. Create a script that:
- Prints a list of the files in a directory.
- Sorts the files by size.
- Removes the largest files.

## 5. Create a script that:
- Checks if Firefox is running in the background.
- Kills the Firefox application.