check ubuntu disk space

C++
# shows total, available, and used.
df / -hdf -h
Source

Also in C++: