# To check size of partition
df -h
# To check size of directory
du -s -h /var/log/
#To check every directory and file sizes under a dir.
du -s -h /var/log/*
#To check individual size
du -s -h /var/log/lastlog

Leave a Reply

Your email address will not be published. Required fields are marked *