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.
- Host: GitHub
- URL: https://github.com/imrun10/bash-scripting-fedora
- Owner: imrun10
- Created: 2024-07-06T18:04:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T18:22:14.000Z (10 months ago)
- Last Synced: 2025-02-18T14:51:41.268Z (2 months ago)
- Topics: bash-scripting, fedora
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.