Answers for "linux disk usage"

3

see total space available in shell

df -hx squashfs --total
Posted by: Guest on April-09-2020
10

linux check used space in folder

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

check space left in ubuntu terminal

df -t ext4
Posted by: Guest on August-06-2020
2

how to check free space in linux

df -h /
Posted by: Guest on November-21-2020
1

linux disk usage

#sudo apt-get install ncdu
sudo ncdu -rx / 
# -r = read-only
# -x = do not traverse mounts
Posted by: Guest on December-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language