The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > Linux
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-02-2009
kurva kurva is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 32
Thumbs down 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