[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Qube - Admin Disk Usage



Pierre Chopot wrote:
> 
> This is on a Qube 2, so far no software added just the regular security patches and the All-Kernel-Tools installed, the machine is still as it was shipped. I am far from being a Linux guru, but I was wondering if there was a command that would allow me to see a list of all files above a certain size.. (a grep or something ?)

Try "du --help" to start with. If you "du -h -a > /tmp/diskuse.txt" you can 
then examine the usage at your leisure.

"ls -lrS `find`" will also give you *lots* of information....