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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -