Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 587 Bytes

File metadata and controls

9 lines (9 loc) · 587 Bytes

Bash-Script

LINUX SYSTEM INFORMATION UTILITY

This project is small utility to check all basic as well as advanced information of any Linux Operating System. Basic Information like MACHINE name,model,serial number etc. Advance Information like CPU flags , RAM and Hard disk information etc There are 9 small and powerful scripts and each do a specific task as each Unix commands do. Main file is "Info.sh". Info.sh file call all other scripts like mem.sh, hard.sh etc To make each file executable run this "chmod +x *" To run info.sh run this "sudo ./info.sh"

Long Live Long Coding