Linux: how to get system specs from terminal

Written by

in

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:

man7.org: lscpu

man7.org: free

linux.die.net: df

-js

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *