Full Filesystems

Post new topic   Reply to topic

View previous topic View next topic Go down

Full Filesystems

Post by Admin on Thu Apr 10, 2008 7:20 pm

Here is a little tip to find the largest files in a directory that are taking up space. For example /var/tmp (works with Solaris and Linux)

find /var/tmp -type f -xdev | xargs ls -sltr | sort -nr | head -20

Admin
Admin

Posts: 4
Join date: 2008-04-10

View user profile http://unixunitedprof.forumandco.com

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum