
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”).
ពាក្យបញ្ជា free បង្ហាញនូវចំនួនអង្គចងចាំដែលបានប្រើ និងទំនេរនៅក្នុងប្រព័ន្ធ ។
free -m
នឹងផ្តល់នូវព័ត៌មានដោយប្រើមេកាបៃ ដែលប្រហែលជានឹងមានប្រយោជន៍បំផុតសម្រាប់អ្នកប្រើកុំព្យូទ័របច្ចុប្បន្ន ។
ពាក្យបញ្ជា top បង្ហាញព័ត៌មានអំពីប្រព័ន្ធលីនុច - ដំណើរការដែលកំពុងរត់ ធនធានប្រព័ន្ធរួមមាន CPU RAM & ការប្រើប្រាស់ swap និងចំនួនភារកិច្ចសរុបដែលកំពុងតែរត់ ។ ដើម្បីចេញពី top ចុច 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