
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”).
Käsk free kuvab vaba ja kasutusel mälu hulga süsteemis.
free -m
näitab teavet megabaitides, mis on praeguste arvutite puhul tõenäoliselt kõige kasulikum.
Käsk top kuvab teavet Linuxi süteemi kohta - töötavad protsessid, süsteemiressursid, k.a. CPU, RAM-i & swapi kasutus ning töötavate toimingute koguarv. topist väljumiseks vajuta 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