Advertisement
asanchez75

linux/check/large/files

Aug 12th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. find / -xdev -type f -size +100M
  2. du -h /usr/ | grep ^[0-9.]*G | sort -nr
  3.  
  4. http://unix.stackexchange.com/questions/140367/finding-all-large-files-in-the-root-filesystem
  5. https://forums.cpanel.net/threads/diskwarn-var-named-chroot-etc-name-15-76-19-95-gb-83.339451/
  6. https://dev.yorhel.nl/ncdu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement