Cek informasi sistem dan hardware di Ubuntu












Berikut ini adalah beberapa perintah sederhana yang menampilkan informasi sistem dan hardware pada Linux/Ubuntu.


Informasi umum

uname -a

Informasi hardware

Melalui Terminal:
lshw |less
Melalui GUI:
lshw-gtk

Informasi proses yang berjalan

top

Informasi memory

free -m

Informasi swap

swapon -s
atau
cat /proc/swaps

Informasi BIOS

sudo dmidecode | less

Informasi distro

cat /etc/issue
alternatif #1
cat /proc/version
alternatif #2
lsb_release -a

Informasi partisi

cat /proc/partitions
atau
sudo fdisk -l

Informasi perangkat USB

lsusb

Komentar

Postingan Populer