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

https://github.com/imrun10/bash-scripting-fedora

Used different Unix commands to manage Fedora.
https://github.com/imrun10/bash-scripting-fedora

bash-scripting fedora

Last synced: 2 months ago
JSON representation

Used different Unix commands to manage Fedora.

Awesome Lists containing this project

README

        

# Bash-Scripting-Fedora
Used different Unix commands to manage Fedora. The tasks are the following:

## 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.
- Sort 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.