Working with the Linux Filesystem
Check disk size of a directory#
du -sh /var/log/*
List files with modification timestamp#
ls -laht
To see the files with the oldest file modification timestamp, use -r
ls -lahtr
du -sh /var/log/*
ls -laht
To see the files with the oldest file modification timestamp, use -r
ls -lahtr