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).
- Host: GitHub
- URL: https://github.com/emansarahafi/fedora-bashscripting
- Owner: emansarahafi
- Created: 2024-04-01T23:15:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:01:02.000Z (11 months ago)
- Last Synced: 2025-02-17T23:08:38.228Z (4 months ago)
- Topics: bash-script, fedora
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.