Commands Linux CentOS MySQL
Linux How to Find Files based on the File Size
May 13, 2016
0

If you want to search all the files that are more than 100MB in your linux server /var folder, type thee below command:
# find /var -type f -size +100M

To Know which directories are taking most spaces of the hard disk, type the below command in your Linux Console:
# du -a /var | sort -n -r | head -n 10

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

How To Setup a Subdomain with SSL on Amazon Linux 2 AMI

I assume that you can login to Amazon Linux 2 AMI ...

Read more

MySQL “Order By Clause” Not Working with “SELECT DISTINCT and ORDER BY” after MySQL Update to 5.7

I have recently updated our MySQL server to MySQL ...

Read more

WHM:: PHP Mail is Not Working-Showing Its Disable

When your mail does not work, one example could be...

Read more

There are 0 comments

Leave a Reply

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