linux find largest files only
sudo find / -xdev -type f -size +100M
linux find largest files only
sudo find / -xdev -type f -size +100M
find largest files in a directory unix
du -a /dir/ | sort -n -r | head -n 20.
check th binggest file in linux
Just Enter this cmd on cli :::Note here /var is directory path ,you can change as per your requirnment
sudo du -a /var | sort -n -r | head -n 10
1008372 /var
313236 /var/www
253964 /var/log
192544 /var/lib
152628 /var/spool
152508 /var/spool/squid
136524 /var/spool/squid/00
95736 /var/log/mrtg.log
74688 /var/log/squid
62544 /var/cache
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us