Answers for "see free space ubuntu"

16

check ubuntu disk space

# shows total, available, and used.
df / -h
Posted by: Guest on September-06-2020
0

ubuntu check whats taking space

du -cha --max-depth=1 / | grep -E "M|G"
Posted by: Guest on April-12-2021
0

check disk space ubuntu

df -h
or
df -h --total
or
lsblk
Posted by: Guest on January-19-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language