The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Find out the maximum growing file in a mount
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Find out the maximum growing file in a mount
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
10-01-2007
sysgate
Unix based
Join Date: Nov 2006
Location: /root
Posts: 1,128
Code:
du -h /home/users/ | sort -nr
will give you the file usage sorted, you just have to select the folder to query.
sysgate
View Public Profile
Find all posts by sysgate