Answers for "how to show disk i n linux"

16

linux how to show disk space

du -h --max-depth=1
Posted by: Guest on April-14-2020
1

see disk info linux

# pretty
lsblk -o NAME,SIZE,FSTYPE,TYPE,MOUNTPOINT

# more info
sfdisk -l
Posted by: Guest on March-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language