Full Filesystems
Page 1 of 1 • Share •
Full Filesystems
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
find /var/tmp -type f -xdev | xargs ls -sltr | sort -nr | head -20
Admin- Admin
- Posts: 4
Join date: 2008-04-10

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





