,
Share with your friends 

FINDING THE LARGEST FILE

0 ratings Views 219 
Author: Vishal_e40165b3 (Vishal Bele)  View Profile |  View other solutions by this author

Question / Problem


what large files are consuming the space?

Solution

find <file system> -mount -ls -xdev | /usr/bin/sort -nr +6 | more

Applies to

Linux ,Red Hat Linux

Rank It

Login to rank it

Report


Advertisement