HPE 9000 and HPE e3000 Servers
1752772 Members
5146 Online
108789 Solutions
New Discussion юеВ

root near to 89% full

 
SOLVED
Go to solution

root near to 89% full

Hi there,
how to find some huge/or big files in / (slash) for moving or what ever?
I want to have a list with files only from root fs. How can this be done?

Thanks in advance.
Klaus
all for one and one for all
2 REPLIES 2
Zigor Buruaga
Esteemed Contributor
Solution

Re: root near to 89% full

Hi,

Something like "du -x /" ?

Hope this helps.
Kind regards,
Zigor
GK_5
Regular Advisor

Re: root near to 89% full

# cd /
# du -s * | sort -n -r ; this will sort the directories by space. Look in those directories for files.
IT is great!