Practice this fail.
Space on the filesystem.
Linux · Restart as often as you like
Read the error, choose a command, and learn
why it works. Nothing runs on your machine.
Using GNU df, inspect filesystem capacity and available space for the filesystem containing /var. Use readable units.
Space on the filesystem.
$ du -sh /var
That is only directory usage.
Which command shows capacity and free space for /var’s filesystem?
Fixed. By hand.
df -h /vardf reports information about the filesystem containing the supplied path. -h uses human-readable units; this is distinct from du’s per-directory usage.
Practice does not affect your daily score or streak.