df
shows the file system usage and breakdown
I like to use
sudo df -h
-h
is human readable, and will like show it to you in the format you expect.
-l
will show it to you
–total
shows a grand total
Check the man page, for more parameters
df
shows the file system usage and breakdown
I like to use
sudo df -h
-h
is human readable, and will like show it to you in the format you expect.
-l
will show it to you
–total
shows a grand total
Check the man page, for more parameters