Re: /usr directory
Kostas Sfakiotakis <[email protected]> Sat, 24 Jul 2004 02:56:24 +0300
| Newsgroups | gmane.linux.redhat.ppp |
|---|---|
| Message-ID | <[email protected]> |
Hi there , [email protected] wrote: > I am having a Redhat Linux 9 server which is working as a Java Based > Application Server.... > Over the last few days my /usr directory is showing a significant increase > in disk space > i checked out each and every directoy ...some of the directories are very > important ...could anyone > suggest me how can i decrease my /usr space ... Don't know if that really helps but from a console do the following # du -ch /usr du , stands for disk usage , the above command will print on screen all the subdirectories under the /usr directory with a number on their left , which is the amount of disk space that they consume . With that you will see which directories consume the most space and act accordingly . Regards , Kostas