linux - How to display empty disk space -


if du -hs displays disk usage, how can know empty space well?

thank much

you want know how disk free?

df -h 

disk space divided partitions, du isn't going show how space available.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -