Finding all large files in the root filesystem
find / -type f -size +100M -exec ls -la {} \; | sort -nk 5
find / -type f -size +100M -exec ls -lah {} \;
http://ift.tt/1OAtGK4
find / -type f -size +100M -exec ls -la {} \; | sort -nk 5
find / -type f -size +100M -exec ls -lah {} \;
http://ift.tt/1OAtGK4
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1OAtGK5
via LifeLong Community
No comments:
Post a Comment