![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| free some space in file system | fu4d | UNIX for Dummies Questions & Answers | 6 | 04-11-2008 04:27 AM |
| file system space arg !!! and confused | Westy564 | AIX | 2 | 02-20-2008 10:54 AM |
| Lost space on file system | aribault | SUN Solaris | 2 | 03-06-2006 04:43 AM |
| Root File system Space | cgege | HP-UX | 2 | 04-13-2005 04:21 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to find a file whick is consuming larger disk space in file system
Hello,
Can anybody please tell me the command to find out the filesystem or a file which is consuming larger disk space sing i want to find out the file and want to compress it please help me out any help would be appreciated |
|
||||
|
If u consider not only files in the current directory , but also the files under its sub directories, try the below one:
Code:
du -ka | sort -nrk1 | tail -10 |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|