Thread
:
Simple Admin Question
View Single Post
12-22-2004, 09:54 PM
Andrew-at-ENet
Confirmed User
Join Date: Sep 2003
Location: In the 60s
Posts: 598
if you wanna know what inside /usr is taking the most space...do
du -ks `ls /usr/`
If you mean users...then thats
du -ks `ls /usr/home/`
or
du -ks `ls /home/`
*edited to fix command*
__________________
Andrew-at-ENet
View Public Profile
Find More Posts by Andrew-at-ENet