Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

check disk space ubuntu from terminal

#report file system disk space usage
df -h
or
sudo du -sh ./*
or
du -h -s *
#check space with  path
df / -h
or 
df -h /

#check space with  type
df -Th
 
PREVIOUS NEXT
Tagged: #check #disk #space #ubuntu #terminal
ADD COMMENT
Topic
Name
6+1 =