Examining a Linux system, one might wonder about the computer it’s installed on.
The following is by my understanding.
In Linux, to find system information from the terminal, one might use the following commands:
free -h, to find the RAM
df -h, to find disk/storage capacity
lscpu, to find CPU info (speed, cores, model, etc)
Source: