https://github.com/developerwilliams/system-info-shell-script
This is a shell script that provides information about the system it is run on.
https://github.com/developerwilliams/system-info-shell-script
shell shell-script shell-scripts
Last synced: 3 days ago
JSON representation
This is a shell script that provides information about the system it is run on.
- Host: GitHub
- URL: https://github.com/developerwilliams/system-info-shell-script
- Owner: DeveloperWilliams
- Created: 2024-07-26T06:22:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T08:19:49.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:51:57.956Z (10 months ago)
- Topics: shell, shell-script, shell-scripts
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# System Info Script
This is a shell script that provides information about the system it is run on.
## Usage
To run the script, execute the following command:
```shell
./system_info.sh
```
## Features
- Displays the operating system name and version.
- Shows the CPU model and number of cores.
- Provides information about the available memory.
- Lists the disk usage for each mounted filesystem.
- Displays the IP address and network interfaces.
## Requirements
- This script requires a Unix-like operating system with the following commands available:
- `uname`
- `lscpu`
- `free`
- `df`
- `ip`
## License
This script is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.