
The df command displays filesystem disk space usage for all partitions. (df stands for “disk free”).
df -h
will give information using megabytes (M) and gigabytes (G) instead of blocks (-h means “human readable”).
La orden free muestra la cantidad de memoria libre y ocupada del sistema.
free -m
mostrara la información en megabytes, que probablemente sea mas utilizable para el usuario común.
La orden top muestra las informaciones sobre el estado del sistema Linux, tales como, los procesos que se están ejecutando, uso de recursos del sistema, como la CPU, la memoria RAM y el estado de la partición de intercambio y el número total de tareas ejecutadas. Para terminar la ejecución de top, pulse la tecla q.
The uname command with the -a options displays all system information, including machine name, kernel name & version, and other details. This command is useful for checking which kernel is in use. (uname is short for “unix name”).
The lsb_release with the -a option prints version information for the Linux release in use. For example, typing:
lsb_release -a
will display:
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 11.10 Release: 11.10 Codename: oneiric