User manual

A Debian Maintenance Notes
A.2. Keep a Track on Disk Usage
To get the list of all installed packages with its installed sizes execute:
dpkg-query -W -f’${Package}\t${Installed-Size}\t${Status}\n’ | awk ’/installed/ { print
$2 "\t" $1 }’
To estimate the file space usage execute:
du -h
To get a HTML output execute:
durep -w /tmp/web/
For detailed information see the manpages for du and durep.
To estimate free disk space execute:
df -h
May 2014 OnRISC User Manual 72