July 14, 2021 . 1 MIN READ
https://dzone.com/articles/check-directorydirfile-size
#check partition sizes
df -h
#check directory size
du -s -h /var/log/
#check every directory and file sizes under a dir.
du -s -h /var/log/*
#check individual size size
du -s -h /var/log/lastlog
https://serverpilot.io/docs/getting-started-with-ssh-and-sftp