Ubuntu how to check var size

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

 

Leave a Reply

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