polecenie, aby sprawdzić bezpłatną przestrzeń dysku
df
# To show values in human-readable format
df -h
# --total to output the total free space
df -h --total
Chris Nzoka-okoye