Sunday, January 28, 2018

Configuration information tools for linux


Show basic linux kernel and system information.
uname -a

lsb_release -a

basic informational command (usually needs to be installed).

inxi -Fc0

shows basic system info, including if available the box information.

sudo lshw -C cpu
sudo lshw -C memory
sudo lshw -C network
  

30

No comments:

Post a Comment