Karan Sharma

Working with the Linux Filesystem

0 minutes (62 words)

🔗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

Tags: #Linux