Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

command to check the free disk space

df

# To show values in human-readable format
df -h

# --total to output the total free space
df -h --total
 
PREVIOUS NEXT
Tagged: #command #check #free #disk #space
ADD COMMENT
Topic
Name
1+6 =