Quote:
|
Originally Posted by TheJimmy
it's kinda working but not really giving me the list of users and how much each account is using
is this for linux boxes or will it also work on freebsd?
sorry for having misplaced all my clues tonight 
|
You need to basically execute the du -ks `ls`
On the directory that contains all the users home directories. That'll give you how much each directory has... a quick sort on that would give you the top users.
It should work on Linux & FreeBSD & Solaris