Jul 192011
 

terminalSi tratta di una piccola collezione di comandi che può esservi utile per darvi informazioni su un computer Linux.
La maggior parte di questi comandi può essere eseguita come utente senza privilegi, ma maggiori informazioni si possono ottenere se (o se devono) sono eseguite come root:
Informazioni generali sul sistema:

# uname -a

List all hardware

 lshw |less

Alternativa con frontend GTK

 lshw-gtk

Informazioni sui processi:

# top

(Shift-M per ordinare l’elenco per utilizzo della memoria)


Informazioni sulla memoria:

# free -m

Alternativa

 cat /proc/meminfo



Informazioni su Swap

swapon -s

Alternativa

cat /proc/swaps

Informazioni sul BIOS:

# dmidecode | less

Mostra informazioni sulla distribuzione:

cat /etc/issue

Alternativa

cat /proc/version

Alternativa

lsb_release -a

Mostra informazioni su tutte le schede PCI

lspci (o -v per un otuput dettagliato)

Mostra informazioni su tutte le periferiche usb

lsusb (o -v per un otuput dettagliato)

Mostra informazioni sulle partizioni.

cat /proc/partitions

Alternativa

fdisk -l


Popular Posts:

Flattr this!

  2 Responses to “Linux system info, cheat sheet”

  1. Many of those commands and their parsed output collected in this bash script.
    http://sourceforge.net/projects/sysinforeport/

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

*