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
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Find out the maximum growing file in a mount
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
10-01-2007
sysgate
Unix based
Join Date: Nov 2006
Location: Bulgaria
Posts: 1,323
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
Find sysgate's past nominations received
Find sysgate's present nominations given