mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab-diagnostics: 'df -ah' for disk usage detail
This commit is contained in:
parent
9abf3e6bf8
commit
8260890840
2 changed files with 2 additions and 1 deletions
|
@ -198,6 +198,7 @@ cat_cmd 'uname -a' 'Linux kernel'
|
|||
cat_cmd 'free' 'RAM memory'
|
||||
cat_cmd 'lscpu' 'CPU details'
|
||||
cat_cmd 'df -h' 'Disk usage'
|
||||
cat_cmd 'df -ah' 'Disk usage detail'
|
||||
cat_cmd 'lsblk' 'Partition mount points'
|
||||
cat_cmd 'blkid' 'Mount point details'
|
||||
cat_cmd 'ip addr' 'Network interfaces'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue