how to find the disk usage
Hi,
df -k /
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/cciss/c0d0p1 518000 481884 9804 99% /
i want to find or know which dir or file having more data, i used
du -sk * | sort -nr | head --> still cannot can any one assist me..tks
|