Linux Server Information Retrieval | Challenge

# Introduction In this challenge, we will write a script called `getinfo.sh` that will retrieve CPU, memory, and other system information from a Linux server. The script will output the information in a specific format, including the number of CPUs, total memory, available memory, disk size, system bit, number of running processes, number of installed software packages, and the IP address. To accomplish this, we will utilize Linux system monitoring commands and text processing commands such as awk and sed.

|
60 : 00

Click the virtual machine below to start practicing